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 aa08918 commit ba41ca6Copy full SHA for ba41ca6
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
install:
10
- name: Rust ${{matrix.rust || '(toolchain file)'}} ${{matrix.os}}
+ name: Rust ${{matrix.rust || '(default)'}} (toolchain-file=${{matrix.write-toolchain-file}}) (${{matrix.os}})
11
runs-on: ${{matrix.os}}
12
strategy:
13
fail-fast: false
0 commit comments