Skip to content

Commit

Permalink
chore(ci): goto-bus-stop/setup-zig@v1 -> mlugg/setup-zig@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
giann committed Jun 13, 2024
1 parent 621a1ca commit 58c3606
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# - name: Build MIR
# run: cd vendors/mir && make && cd ..
# - name: Setup nightly Zig
# uses: goto-bus-stop/setup-zig@v1
# uses: mlugg/setup-zig@v1
# with:
# version: master
# - name: Build test ffi lib
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build MIR
run: cd vendors/mir && make && cd ..
- name: Setup nightly Zig
uses: goto-bus-stop/setup-zig@v1
uses: mlugg/setup-zig@v1
with:
version: master
- name: Build test ffi lib
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Setup nightly Zig
uses: goto-bus-stop/setup-zig@v1
uses: mlugg/setup-zig@v1
with:
version: master
- name: Build for wasm
Expand All @@ -113,7 +113,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Setup nightly Zig
uses: goto-bus-stop/setup-zig@v1
uses: mlugg/setup-zig@v1
with:
version: master
- run: zig fmt --check src/*.zig src/**/*.zig

0 comments on commit 58c3606

Please sign in to comment.