Skip to content

Commit

Permalink
Revert, give up on runner.os conditional in .github/workflows/python-…
Browse files Browse the repository at this point in the history
…wheel-vcpkg.yml.
  • Loading branch information
Shane-J-Latham committed Jan 6, 2024
1 parent c88b7d2 commit bfa65a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-wheel-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ jobs:
fi
- name: Install cmake and ninja (via get-cmake)
shell: bash
if: ${{ runner.os != 'Linux' }}
uses: lukka/get-cmake@latest
shell: bash

- name: Restore artifacts, or setup vcpkg for building artifacts
shell: bash
if: ${{ runner.os != 'Linux' }}
uses: lukka/run-vcpkg@v11
with:
# This specifies the location of vcpkg, where it is going to be restored from cache, or create from scratch.
Expand All @@ -61,7 +59,6 @@ jobs:

- name: Prints output of run-vcpkg's action.
shell: bash
if: ${{ runner.os != 'Linux' }}
run: |
echo "VCPKG_ROOT=${VCPKG_ROOT}"
echo "root='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}', triplet='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_DEFAULT_TRIPLET_OUT }}' "
Expand Down

0 comments on commit bfa65a1

Please sign in to comment.