Fix install-rust step in GH CI

This commit is contained in:
Max Brunsfeld 2021-01-11 16:59:05 -08:00
parent 03ff52a31a
commit d6ad7484a6

View file

@ -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