Skip to content

Commit

Permalink
fixup syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Mar 18, 2022
1 parent 31bb35f commit 73d97c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,10 @@ jobs:
vcpkg install gdal[core]:x64-osx-dynamic --overlay-triplets=./ci/custom-triplets
- name: Upload vcpkg build logs
if: runner.os == 'macOS' || runner.os == 'Windows'
if: (runner.os == 'macOS' || runner.os == 'Windows') && ${{ failure() }}
uses: actions/upload-artifact@v2
if: ${{ failure() }}
with:
path: {{ env.VCPKG_INSTALLATION_ROOT }}/buildtrees/gdal/*.log
path: ${{ env.VCPKG_INSTALLATION_ROOT }}/buildtrees/gdal/*.log

- name: Build wheels
uses: pypa/cibuildwheel@v2.3.1
Expand Down

0 comments on commit 73d97c6

Please sign in to comment.