Skip to content

Commit

Permalink
It's 5:30am...
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Sep 18, 2024
1 parent 291e6d4 commit 84898a7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ jobs:
contents: write
id-token: write
steps:
- name: My repo
uses: actions/checkout@v4
with:
submodules: 'recursive'
path: 'main'

- name: Checkout anura
uses: actions/checkout@v4
with:
repository: 'mercuryworkshop/anuraos'
submodules: 'recursive'
ref: 'v2.0'
path: 'anuraos'
path: 'anuraos'

- name: My repo
uses: actions/checkout@v4
with:
submodules: 'recursive'
path: 'main'

- name: Install other silly deps
run: sudo apt update && sudo apt install inotify-tools binaryen wget make gcc uuid-runtime jq
Expand Down

0 comments on commit 84898a7

Please sign in to comment.