Skip to content

Commit 0979cdc

Browse files
Merge pull request #121 from lightpanda-io/fix-ci
ci: stick setup-zig version to v2.0.5
2 parents f5a7a52 + abd90dd commit 0979cdc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
runs-on: ubuntu-22.04
2525
steps:
26-
- uses: mlugg/setup-zig@v2
26+
- uses: mlugg/setup-zig@v2.0.5
2727
with:
2828
version: ${{ env.ZIG_VERSION }}
2929
cache-key: ${{ env.ZIG_VERSION }}-${{ env.OS }}-${{ env.ARCH }}
@@ -33,6 +33,8 @@ jobs:
3333
submodules: recursive
3434
fetch-depth: 0
3535

36+
- run: zig env
37+
3638
- run: |
3739
sudo apt-get update
3840
sudo apt-get install -yq libglib2.0-dev

0 commit comments

Comments
 (0)