Skip to content

Commit 876f9fa

Browse files
committedFeb 3, 2025
feat: ok we fixed it?
1 parent 2c01020 commit 876f9fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/aderyn.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
- name: Checkout sources
1111
uses: actions/checkout@v2
1212

13-
- name: Install aderyn
13+
- name: Install aderyn
1414
run: |
1515
curl -L https://raw.githubusercontent.com/Cyfrin/aderyn/dev/cyfrinup/install | bash
16-
export PATH="/home/runner/.cyfrin/bin:$PATH"
17-
cyfrinup
16+
source /home/runner/.bashrc
17+
cyfrinup
1818
1919
- name: Run aderyn
2020
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.