trying to fix windows build

This commit is contained in:
farbanas
2023-02-21 13:43:33 -05:00
parent 06c9c54cdb
commit 495aec39f5
@@ -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