Skip to content

Commit 125167c

Browse files
committed
fix
1 parent 00da199 commit 125167c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr_main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
path: |
7474
executor/program_artifacts/rust
7575
executor/shared_target
76-
key: rust-elf-artifacts-${{ hashFiles('executor/programs/rust/**', 'executor/programs/riscv64im-lambda-vm-elf.json', 'syscalls/**', '.github/actions/setup-rust/action.yaml') }}
76+
key: rust-elf-artifacts-${{ hashFiles('executor/programs/rust/**', 'executor/programs/riscv64im-lambda-vm-elf.json', 'syscalls/**', 'Makefile') }}
7777
restore-keys: |
7878
rust-elf-artifacts-
7979
@@ -194,7 +194,7 @@ jobs:
194194
path: |
195195
executor/program_artifacts/rust
196196
executor/shared_target
197-
key: rust-elf-artifacts-${{ hashFiles('executor/programs/rust/**', 'executor/programs/riscv64im-lambda-vm-elf.json', 'syscalls/**', '.github/actions/setup-rust/action.yaml') }}
197+
key: rust-elf-artifacts-${{ hashFiles('executor/programs/rust/**', 'executor/programs/riscv64im-lambda-vm-elf.json', 'syscalls/**', 'Makefile') }}
198198
restore-keys: |
199199
rust-elf-artifacts-
200200
@@ -256,7 +256,7 @@ jobs:
256256
path: |
257257
executor/program_artifacts/rust
258258
executor/shared_target
259-
key: rust-elf-artifacts-${{ hashFiles('executor/programs/rust/**', 'executor/programs/riscv64im-lambda-vm-elf.json', 'syscalls/**', '.github/actions/setup-rust/action.yaml') }}
259+
key: rust-elf-artifacts-${{ hashFiles('executor/programs/rust/**', 'executor/programs/riscv64im-lambda-vm-elf.json', 'syscalls/**', 'Makefile') }}
260260
restore-keys: |
261261
rust-elf-artifacts-
262262

0 commit comments

Comments
 (0)