Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: EmbarkStudios/[email protected].11
- uses: EmbarkStudios/[email protected].13

build:
name: Build Binaries
Expand All @@ -75,9 +75,9 @@ jobs:
runs-on: ${{ matrix.runner-vars.runs-on }}
steps:
- uses: actions/checkout@v5
- uses: mlugg/[email protected].1
- uses: mlugg/[email protected].5
with:
version: 0.13.0
version: 0.14.0
- name: Cache cargo dependencies
uses: Swatinem/[email protected]

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

- name: |
Configure cross compilation targets for runner
Expand Down
Loading