We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c17ce commit 247395bCopy full SHA for 247395b
1 file changed
.github/workflows/pr_main.yaml
@@ -198,6 +198,10 @@ jobs:
198
restore-keys: |
199
rust-elf-artifacts-
200
201
+ - name: Setup Rust Environment
202
+ if: steps.cache-rust-elfs.outputs.cache-hit != 'true'
203
+ uses: ./.github/actions/setup-rust
204
+
205
- name: Compile Rust programs to ELF
206
if: steps.cache-rust-elfs.outputs.cache-hit != 'true'
207
run: |
@@ -256,6 +260,10 @@ jobs:
256
260
257
261
258
262
263
264
265
266
259
267
268
269
0 commit comments