Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:

steps:
- uses: actions/checkout@v4.1.1
- uses: Swatinem/rust-cache@v2
- uses: Swatinem/rust-cache@v2.7.2
- name: Install host target
run: rustup target add ${{ matrix.target }}

Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: Swatinem/rust-cache@v2
- uses: Swatinem/rust-cache@v2.7.2
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
if: ${{ matrix.target == 'x86_64-unknown-linux-musl' }}
run: sudo apt-get install -y musl-tools

- uses: Swatinem/rust-cache@v2
- uses: Swatinem/rust-cache@v2.7.2

- name: Build
run: cargo build --release --target ${{ matrix.target }}
Expand Down