Skip to content

Commit

Permalink
ci: use mlugg/setup-zig@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
travisstaloch committed Jun 18, 2024
1 parent 2328dce commit f2f0a5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0

- name: Setup Zig
uses: goto-bus-stop/setup-zig@v1.3.0
uses: mlugg/setup-zig@v1
with:
version: master
- run: curl -fsS -o test/twitter.json https://raw.githubusercontent.com/simdjson/simdjson/master/jsonexamples/twitter.json
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0

- name: Setup Zig
uses: goto-bus-stop/setup-zig@v1.3.0
uses: mlugg/setup-zig@v1
with:
version: master
- run: curl -fsS -o test/twitter.json https://raw.githubusercontent.com/simdjson/simdjson/master/jsonexamples/twitter.json
Expand Down

0 comments on commit f2f0a5b

Please sign in to comment.