Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thechampagne authored Jun 12, 2024
1 parent ad8559f commit b6d4282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
prepare: |
pkg install -y webkit2-gtk3 wget
run: |
wget https://ziglang.org/download/0.12.1/zig-freebsd-x86_64-0.12.1.tar.xz
tar -xvf zig-freebsd-x86_64-0.12.1.tar.xz
wget https://ziglang.org/download/0.12.1/zig-freebsd-x86_64-0.12.1.tar.xz > /dev/null
tar -xvf zig-freebsd-x86_64-0.12.1.tar.xz > /dev/null
./zig-freebsd-x86_64-0.12.1/zig build
linux-build:
Expand Down

0 comments on commit b6d4282

Please sign in to comment.