Skip to content

Commit

Permalink
Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav committed Sep 10, 2024
1 parent 6f7196b commit b3de053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
arch: none
distro: none
base_image: quay.io/pypa/manylinux_2_28_aarch64
env: |
VCPKG_FORCE_SYSTEM_BINARIES=1
env:
VCPKG_FORCE_SYSTEM_BINARIES: 1
setup: |
mkdir -p "${PWD}/artifacts"
dockerRunArgs: |
Expand Down

0 comments on commit b3de053

Please sign in to comment.