Skip to content

Commit

Permalink
ci: change unmaintained action
Browse files Browse the repository at this point in the history
  • Loading branch information
vrischmann committed Mar 1, 2025
1 parent 553e5a5 commit 3f8118b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
- uses: mlugg/setup-zig@v1
- run: zig fmt --check *.zig

test-in-memory:
Expand All @@ -36,9 +34,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup zig
uses: goto-bus-stop/setup-zig@v2
with:
version: master
uses: mlugg/setup-zig@v1

- name: Install qemu
if: ${{ matrix.os == 'ubuntu-24.04' }}
Expand Down

0 comments on commit 3f8118b

Please sign in to comment.