windows not supported by action
This commit is contained in:
@@ -45,15 +45,15 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup Rust toolchain and cache
|
- name: Setup Rust toolchain and cache
|
||||||
# if: matrix.platform != 'windows-2022'
|
if: matrix.platform != 'windows-2022'
|
||||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
# - name: Ensure rust is up to date
|
- name: Ensure rust is up to date
|
||||||
# if: matrix.platform == 'windows-2022'
|
if: matrix.platform == 'windows-2022'
|
||||||
# run: |
|
run: |
|
||||||
# rustup update
|
rustup update
|
||||||
# rustup toolchain install nightly
|
rustup toolchain install nightly
|
||||||
- name: Create output directory
|
- name: Create output directory
|
||||||
run: mkdir -f output
|
run: mkdir -f output
|
||||||
- name: Build release
|
- name: Build release
|
||||||
|
Reference in New Issue
Block a user