trying to fix windows build
This commit is contained in:
@@ -44,10 +44,12 @@ jobs:
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
#- name: Install Rust stable
|
||||
# uses: actions-rs/toolchain@v1
|
||||
# with:
|
||||
# toolchain: stable
|
||||
- name: Install Rust stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
components: rustfmt, clippy
|
||||
|
||||
- name: Create env file
|
||||
uses: timheuer/base64-to-file@v1.1
|
||||
|
||||
Reference in New Issue
Block a user