Skip to content

Commit 0f25fb3

Browse files
committed
chore(ci): update zig in CI
1 parent 12ffce5 commit 0f25fb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-24.04
5252
steps:
5353
- uses: actions/checkout@v5
54-
- uses: EmbarkStudios/[email protected].11
54+
- uses: EmbarkStudios/[email protected].13
5555

5656
build:
5757
name: Build Binaries
@@ -75,9 +75,9 @@ jobs:
7575
runs-on: ${{ matrix.runner-vars.runs-on }}
7676
steps:
7777
- uses: actions/checkout@v5
78-
- uses: mlugg/[email protected].1
78+
- uses: mlugg/[email protected].5
7979
with:
80-
version: 0.13.0
80+
version: 0.14.0
8181
- name: Cache cargo dependencies
8282
uses: Swatinem/[email protected]
8383

@@ -86,7 +86,7 @@ jobs:
8686
# https://github.com/rust-cross/cargo-zigbuild/issues/343#issuecomment-2957759839
8787
run: sudo apt-get install -y gcc-mingw-w64-x86-64
8888
- name: Install cargo-zigbuild
89-
run: cargo install --locked cargo-zigbuild@0.19.3
89+
run: cargo install --locked cargo-zigbuild@0.20.1
9090

9191
- name: |
9292
Configure cross compilation targets for runner

0 commit comments

Comments
 (0)