Skip to content

Commit e7fb7ad

Browse files
committed
fix config
Signed-off-by: Andrew Duffy <[email protected]>
1 parent 7226d73 commit e7fb7ad

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
@@ -259,10 +259,10 @@ jobs:
259259
run: cargo clippy --locked --all-targets -- -D warnings
260260

261261
rust-lint-no-default:
262-
name: "Rust (lint, no default)"/image=vortex-ci
262+
name: "Rust (lint, no default)"
263263
timeout-minutes: 120
264264
runs-on:
265-
- runs-on=${{ github.run_id }}
265+
- runs-on=${{ github.run_id }}/image=vortex-ci
266266
- family=m7i+m7i-flex+m7a
267267
- cpu=16
268268
- extras=s3-cache

0 commit comments

Comments
 (0)