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 270ecbf commit fdae848Copy full SHA for fdae848
.github/workflows/copilot-setup-steps.yml
@@ -15,6 +15,7 @@ jobs:
15
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
16
copilot-setup-steps:
17
runs-on: ubuntu-latest
18
+ timeout-minutes: 30
19
20
# Set the permissions to the lowest permissions possible needed for your steps.
21
# Copilot will be given its own token for its operations.
@@ -28,8 +29,6 @@ jobs:
28
29
30
- name: Set up Rust toolchain
31
uses: dtolnay/rust-toolchain@stable
- with:
32
- toolchain: stable
33
34
- name: Enable Rust cache
35
uses: Swatinem/rust-cache@v2
0 commit comments