Skip to content

Commit

Permalink
ci: use mlugg's setup zig action
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon committed Jul 4, 2024
1 parent 2016cda commit 82a276a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: kubkon/setup-zig@v3.0
- uses: mlugg/setup-zig@v1
with:
version: master
- run: zig version
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
- uses: mlugg/setup-zig@v1
with:
version: master
- uses: ilammy/msvc-dev-cmd@v1
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
- uses: mlugg/setup-zig@v1
with:
version: master
- run: sudo apt-get install -y musl-tools
Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
- uses: mlugg/setup-zig@v1
with:
version: master
- run: sudo apt-get install -y clang
Expand Down

0 comments on commit 82a276a

Please sign in to comment.