Github Actions: disable temporary rust install

This commit is contained in:
Raphaël Walther
2023-02-21 15:12:27 +01:00
parent bda32cfef3
commit 69c8891f82
@@ -43,10 +43,10 @@ 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
- name: Create env file
uses: timheuer/base64-to-file@v1.1