File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 88
88
89
89
# Run the Rust integration tests.
90
90
rs-tests :
91
- uses : lf-lang/lingua-franca/.github/workflows/rs-tests.yml@master
91
+ uses : lf-lang/lingua-franca/.github/workflows/rs-tests.yml@ci-rust-fix
92
92
needs : cancel
93
93
94
94
# Run the Rust benchmark tests.
Original file line number Diff line number Diff line change 27
27
- name : Prepare build environment
28
28
uses : ./.github/actions/prepare-build-env
29
29
- name : Setup Rust
30
+ id : rustup
31
+ uses : ATiltedTree/setup-rust@v1
32
+ with :
33
+ rust-version : ${{ matrix.rust }}
34
+ components : clippy
35
+ continue-on-error : true
36
+ - name : Delete rustup cache
37
+ run : rm -rf ~/.rustup
38
+ if : ${{ steps.rustup.outcome }} != "success"
39
+ - name : Setup Rust (again)
40
+ if : ${{ steps.rustup.outcome }} != "success"
30
41
uses : ATiltedTree/setup-rust@v1
31
42
with :
32
43
rust-version : ${{ matrix.rust }}
You can’t perform that action at this time.
0 commit comments