Skip to content

Commit 37f39e0

Browse files
committed
Set installed toolchain as default
The docs for the action indicate that unless specified the toolchain will not be used by default. Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
1 parent bf85b6f commit 37f39e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
uses: actions-rs/toolchain@v1
6868
with:
6969
toolchain: ${{ matrix.toolchain }}
70+
default: true
7071
- name: Install Rust target
7172
run: rustup target add ${{ matrix.target }}
7273
- name: Check source
@@ -103,6 +104,7 @@ jobs:
103104
uses: actions-rs/toolchain@v1
104105
with:
105106
toolchain: ${{ matrix.toolchain }}
107+
default: true
106108
- name: Install SoftHSM
107109
run: |
108110
sudo apt-get update -y -qq &&

0 commit comments

Comments
 (0)