Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanz committed Mar 20, 2024
1 parent 1c0345a commit 895e3af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
os: [windows-latest]
# os: [ubuntu-latest, windows-latest, macos-13, macos-14]

env:
CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y"
# CIBW_BEFORE_ALL_WINDOWS: "choco install rustup.install; rustup default nightly"
CIBW_BEFORE_ALL_WINDOWS: "choco install rustup.install; rustup default stable"
# CIBW_BEFORE_ALL_WINDOWS: "choco install rustup.install"
CIBW_BEFORE_ALL_WINDOWS: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh"
CIBW_BEFORE_ALL_MACOS: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly -y; source $HOME/.cargo/env"
CIBW_ARCHS_LINUX: "auto64"
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
Expand Down

0 comments on commit 895e3af

Please sign in to comment.