Skip to content

Commit 707100b

Browse files
committed
fix config
Signed-off-by: Andrew Duffy <[email protected]>
1 parent 3d73170 commit 707100b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,10 @@ jobs:
264264
run: cargo clippy --locked --all-targets -- -D warnings
265265

266266
rust-lint-no-default:
267-
name: "Rust (lint, no default)"/image=vortex-ci
267+
name: "Rust (lint, no default)"
268268
timeout-minutes: 120
269269
runs-on:
270-
- runs-on=${{ github.run_id }}
270+
- runs-on=${{ github.run_id }}/image=vortex-ci
271271
- family=m7i+m7i-flex+m7a
272272
- cpu=16
273273
- extras=s3-cache

0 commit comments

Comments
 (0)