Fix install-rust step in GH CI
This commit is contained in:
parent
03ff52a31a
commit
d6ad7484a6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Cache artifacts
|
||||
id: cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
|
|
@ -41,7 +42,6 @@ jobs:
|
|||
with:
|
||||
toolchain: ${{ matrix.toolchain }}
|
||||
profile: minimal
|
||||
override: true
|
||||
|
||||
- name: Install emscripten
|
||||
uses: mymindstorm/setup-emsdk@v7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue