windows not supported by action
Some checks failed
build / Create Release (push) Has been cancelled
build / publish (tar.gz, x86_64-unknown-linux-gnu, ubuntu-latest, linux-x86_64) (push) Has been cancelled
build / publish (zip, x86_64-pc-windows-msvc, windows-2022, windows-x86_64) (push) Has been cancelled

This commit is contained in:
2024-07-12 13:14:29 +02:00
parent bbc9489692
commit 2afdc884bf

View File

@@ -45,15 +45,15 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Rust toolchain and cache
# if: matrix.platform != 'windows-2022'
if: matrix.platform != 'windows-2022'
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
# - name: Ensure rust is up to date
# if: matrix.platform == 'windows-2022'
# run: |
# rustup update
# rustup toolchain install nightly
- name: Ensure rust is up to date
if: matrix.platform == 'windows-2022'
run: |
rustup update
rustup toolchain install nightly
- name: Create output directory
run: mkdir -f output
- name: Build release