Skip to content

Commit

Permalink
Set to archs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Matlock committed Mar 11, 2024
1 parent 4d4ac4d commit fc1ea66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# rust doesn't seem to be available for musl linux on i686
CIBW_SKIP: '*-musllinux_i686'
# # we build for "alt_arch_name" if it exists, else 'auto'
CIBW_ARCHS: 'all'
CIBW_ARCHS: 'auto'
CIBW_ENVIRONMENT: 'PATH="$HOME/.cargo/bin:$PATH" CARGO_TERM_COLOR="always"'
# CIBW_ENVIRONMENT_WINDOWS: 'PATH="$UserProfile\.cargo\bin;$PATH"'
# CIBW_BEFORE_BUILD: rustup show
Expand Down

0 comments on commit fc1ea66

Please # to comment.