File tree 1 file changed +11
-6
lines changed
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 64
64
- uses : actions/checkout@v4
65
65
66
66
- uses : dtolnay/rust-toolchain@stable
67
- with :
68
- targets : ${{ matrix.target }}
67
+
68
+ - name : Install compilation target
69
+ run : rustup target add ${{ matrix.target }}
70
+
69
71
70
72
- name : Build
71
73
run : cargo build --target ${{ matrix.target }} --release --all-features
94
96
- uses : actions/checkout@v4
95
97
96
98
- uses : dtolnay/rust-toolchain@stable
97
- with :
98
- targets : ${{ matrix.target }}
99
+
100
+ - name : Install compilation target
101
+ run : rustup target add ${{ matrix.target }}
99
102
100
103
- name : Build
101
104
run : cargo build --target ${{ matrix.target }} --release --all-features
@@ -125,8 +128,10 @@ jobs:
125
128
- uses : actions/checkout@v4
126
129
127
130
- uses : dtolnay/rust-toolchain@stable
128
- with :
129
- targets : ${{ matrix.target }}
131
+
132
+ - name : Install compilation target
133
+ run : rustup target add ${{ matrix.target }}
134
+
130
135
131
136
- name : Build
132
137
run : cargo build --target ${{ matrix.target }} --release --all-features
You can’t perform that action at this time.
0 commit comments