fix toolchain install

This commit is contained in:
SpikeHD 2022-09-03 17:55:01 -07:00
parent 9bd4b9ccaf
commit 565f229dac

View File

@ -28,6 +28,8 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install deps and build
run: yarn && yarn build --debug