File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 64
64
- if : ${{ runner.os == 'Linux' }}
65
65
name : Pre-install cross
66
66
run : |
67
- cargo install --bins --git https://github.com/rust-embedded/cross --tag v${{ env.CROSS_VERSION }} cross
67
+ cargo install --bins --git https://github.com/rust-embedded/cross --locked -- tag v${{ env.CROSS_VERSION }} cross
68
68
69
69
test-suite :
70
70
name : Run Test Suite
@@ -148,7 +148,7 @@ jobs:
148
148
- if : ${{ matrix.use_cross }}
149
149
name : Build (cross)
150
150
run : |
151
- cargo install --bins --git https://github.com/rust-embedded/cross --tag v${{ env.CROSS_VERSION }} cross
151
+ cargo install --bins --git https://github.com/rust-embedded/cross --locked -- tag v${{ env.CROSS_VERSION }} cross
152
152
cross build --lib --release --target ${{ matrix.target }}
153
153
154
154
- if : ${{ !matrix.use_cross && matrix.architecture == 'darwin-universal' }}
@@ -379,7 +379,7 @@ jobs:
379
379
380
380
- name : Build
381
381
run : |
382
- cargo install --bins --git https://github.com/rust-embedded/cross --tag v${{ env.CROSS_VERSION }} cross
382
+ cargo install --bins --git https://github.com/rust-embedded/cross --locked -- tag v${{ env.CROSS_VERSION }} cross
383
383
cross build --lib --release --target ${{matrix.target}} --package indy-vdr
384
384
385
385
- name : Save library
You can’t perform that action at this time.
0 commit comments