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 3d73170 commit 707100bCopy full SHA for 707100b
.github/workflows/ci.yml
@@ -264,10 +264,10 @@ jobs:
264
run: cargo clippy --locked --all-targets -- -D warnings
265
266
rust-lint-no-default:
267
- name: "Rust (lint, no default)"/image=vortex-ci
+ name: "Rust (lint, no default)"
268
timeout-minutes: 120
269
runs-on:
270
- - runs-on=${{ github.run_id }}
+ - runs-on=${{ github.run_id }}/image=vortex-ci
271
- family=m7i+m7i-flex+m7a
272
- cpu=16
273
- extras=s3-cache
0 commit comments