Skip to content

Commit 247395b

Browse files
committed
fix
1 parent e4c17ce commit 247395b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/pr_main.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ jobs:
198198
restore-keys: |
199199
rust-elf-artifacts-
200200
201+
- name: Setup Rust Environment
202+
if: steps.cache-rust-elfs.outputs.cache-hit != 'true'
203+
uses: ./.github/actions/setup-rust
204+
201205
- name: Compile Rust programs to ELF
202206
if: steps.cache-rust-elfs.outputs.cache-hit != 'true'
203207
run: |
@@ -256,6 +260,10 @@ jobs:
256260
restore-keys: |
257261
rust-elf-artifacts-
258262
263+
- name: Setup Rust Environment
264+
if: steps.cache-rust-elfs.outputs.cache-hit != 'true'
265+
uses: ./.github/actions/setup-rust
266+
259267
- name: Compile Rust programs to ELF
260268
if: steps.cache-rust-elfs.outputs.cache-hit != 'true'
261269
run: |

0 commit comments

Comments
 (0)