Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pwbh committed Jun 2, 2024
1 parent 548a41b commit bb21aaa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ jobs:
run: |
wget https://ziglang.org/download/0.12.0/zig-linux-x86_64-0.12.0.tar.xz
tar xf zig-linux-x86_64-0.12.0.tar.xz
echo 'export PATH=$PATH:~/zig-linux-x86_64-0.12.0/zig' >> .conf
echo 'export PATH="$HOME/zig-linux-x86_64-0.12.0:$PATH"' >> ~/.bashrc
source .conf
ls -ltra
- name: check zig version
run: |
cat .conf
source .conf
INSTALLED_ZIG_VERSION=$(zig version)
[ "$INSTALLED_ZIG_VERSION" != "0.12" ] && exit 1

0 comments on commit bb21aaa

Please sign in to comment.