Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
target: ${{matrix.target}}
- name: Release build
if: ${{ ! contains(matrix.target, 'freebsd') }}
uses: clechasseur/rs-cargo@v3
uses: clechasseur/rs-cargo@v4
with:
command: build
tool: ${{ matrix.os == 'ubuntu' && 'cross' || 'cargo' }}
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
target: ${{matrix.target}}
- name: Test
if: ${{ ! contains(matrix.target, 'freebsd') }}
uses: clechasseur/rs-cargo@v3
uses: clechasseur/rs-cargo@v4
with:
command: test
tool: ${{ matrix.os == 'ubuntu' && 'cross' || 'cargo' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
toolchain: stable
target: ${{matrix.target}}
- name: Check build
uses: clechasseur/rs-cargo@v2
uses: clechasseur/rs-cargo@v4
with:
command: check
use-cross: ${{ matrix.os == 'ubuntu' }}
Expand Down
Loading