Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Quaint-Studios/Reia
Browse files Browse the repository at this point in the history
  • Loading branch information
Makosai committed Aug 18, 2024
2 parents 9aaf7bf + ee75aa9 commit 2b2fd9c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: goto-bus-stop/setup-zig@v2
with:
version: ${{env.VERSION}}
Expand All @@ -26,7 +28,9 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: goto-bus-stop/setup-zig@v2
with:
version: ${{env.VERSION}}
Expand All @@ -36,7 +40,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: goto-bus-stop/setup-zig@v2
with:
version: ${{env.VERSION}}
Expand Down

0 comments on commit 2b2fd9c

Please sign in to comment.