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 743eb95 commit 87fa793Copy full SHA for 87fa793
1 file changed
.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
45
- stable
46
- beta
47
- nightly
48
- timeout-minutes: 60
+ timeout-minutes: ${{ contains(matrix.os, 'riscv') && 120 || 60 }}
49
runs-on: ${{ matrix.os }}
50
steps:
51
- name: git autocrlf false
0 commit comments