mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-01-08 12:07:45 +08:00
fix toolchain install
This commit is contained in:
parent
9bd4b9ccaf
commit
565f229dac
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user