Skip to content

Commit

Permalink
Run proper projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigma1337 committed Jul 15, 2023
1 parent 044e1d8 commit 87e6533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Add ansible to path
run: echo "/Users/runner/Library/Python/3.11/bin" >> $GITHUB_PATH
- name: Run vagrant
run: vagrant up ghidra
run: vagrant up lumen
ctfd:
runs-on: macos-latest
steps:
Expand All @@ -39,4 +39,4 @@ jobs:
- name: Add ansible to path
run: echo "/Users/runner/Library/Python/3.11/bin" >> $GITHUB_PATH
- name: Run vagrant
run: vagrant up ghidra
run: vagrant up ctfd

0 comments on commit 87e6533

Please sign in to comment.