Skip to content

Commit 26ef2ab

Browse files
authored
Merge branch 'master' into 460-builtin-functions
2 parents 1415851 + e2f1968 commit 26ef2ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/rust.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,9 @@ jobs:
7979
- uses: actions/checkout@v2
8080

8181
- name: Install Rust
82-
uses: actions-rs/toolchain@v1
82+
uses: dtolnay/rust-toolchain@master
8383
with:
8484
toolchain: ${{ env.toolchain-version }}
85-
profile: minimal
86-
override: true
8785

8886
- name: Install LLVM
8987
uses: ghaith/install-llvm-action@latest

0 commit comments

Comments
 (0)