File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 48
48
steps :
49
49
- uses : actions/checkout@v4
50
50
51
- - uses : dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
52
- with :
53
- toolchain : stable
54
- target : ${{ matrix.target }}
51
+ - name : Setup rust
52
+ run : |
53
+ rustup target add ${{ matrix.target }} --toolchain 1.86.0
55
54
56
55
- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab
57
56
with :
Original file line number Diff line number Diff line change 68
68
steps :
69
69
- uses : actions/checkout@v4
70
70
71
- - uses : dtolnay/ rust-toolchain@stable
72
- with :
73
- target : ${{ matrix.target }}
71
+ - name : Setup rust
72
+ run : |
73
+ rustup target add ${{ matrix.target }} --toolchain 1.86.0
74
74
75
75
- uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
76
76
Original file line number Diff line number Diff line change 35
35
# TODO(#3144) Remove
36
36
scarb-version : " 2.11.0"
37
37
38
- - uses : dtolnay/ rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
39
- with :
40
- toolchain : stable
38
+ - name : Setup rust
39
+ run : |
40
+ rustup target add ${{ matrix.target }} -- toolchain 1.86.0
41
41
42
42
- name : Download artifacts
43
43
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments