Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit 33b29de

Browse files
authored
Auto merge of #542 - sagudev:patch-1, r=jdm
Update rust.yml While preparing GitHub actions for surfman I found out that those commas should not be here. So now we installed beta toolchains but did build on stable.
2 parents fe738cc + d73a005 commit 33b29de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
with:
4141
profile: minimal
4242
toolchain: ${{ matrix.rust }}
43-
override: true,
44-
default: true,
43+
override: true
44+
default: true
4545
- name: ccache cache files
4646
if: startsWith(matrix.os, 'windows') != true
4747
uses: actions/[email protected]

0 commit comments

Comments
 (0)