Skip to content

Commit

Permalink
add ansible to $GITHUB_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigma1337 committed Jul 15, 2023
1 parent ed2f971 commit 044e1d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: actions/checkout@v3
- name: Install ansible
run: python3 -m pip install --upgrade --user ansible
- name: Add ansible to path
run: echo "/Users/runner/Library/Python/3.11/bin" >> $GITHUB_PATH
- name: Run vagrant
run: vagrant up ghidra
lumen:
Expand All @@ -23,6 +25,8 @@ jobs:
uses: actions/checkout@v3
- name: Install ansible
run: python3 -m pip install --upgrade --user ansible
- name: Add ansible to path
run: echo "/Users/runner/Library/Python/3.11/bin" >> $GITHUB_PATH
- name: Run vagrant
run: vagrant up ghidra
ctfd:
Expand All @@ -32,5 +36,7 @@ jobs:
uses: actions/checkout@v3
- name: Install ansible
run: python3 -m pip install --upgrade --user ansible
- name: Add ansible to path
run: echo "/Users/runner/Library/Python/3.11/bin" >> $GITHUB_PATH
- name: Run vagrant
run: vagrant up ghidra

0 comments on commit 044e1d8

Please sign in to comment.