Skip to content

Commit

Permalink
CI: uses: goto-bus-stop/setup-zig@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Mar 13, 2024
1 parent 4a32cef commit 8487df4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Zig
run: |
ZIG_BASE="zig-linux-x86_64-0.12.0-dev.3193+4ba4f94c9"
wget "https://ziglang.org/builds/$ZIG_BASE.tar.xz"
tar -xf "$ZIG_BASE.tar.xz"
sudo mv "$ZIG_BASE" /usr/local/zig
echo "/usr/local/zig" >> $GITHUB_PATH
uses: goto-bus-stop/setup-zig@v2

- name: Build
run: zig build
Expand Down

0 comments on commit 8487df4

Please sign in to comment.