Skip to content

Commit

Permalink
chore: Use set
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjared committed Apr 11, 2024
1 parent d066957 commit a314b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# emulated ones
CIBW_ARCHS_LINUX: auto aarch64
# Use Ninja for generating the Windows project
CIBW_BEFORE_ALL: export CMAKE_ARGS="-GNinja"
CIBW_BEFORE_ALL: set CMAKE_ARGS="-GNinja"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a314b06

Please sign in to comment.