Skip to content

Commit

Permalink
adding required environment variables for using vcpkg in github actio…
Browse files Browse the repository at this point in the history
…ns to build_wheels.yml
  • Loading branch information
stephen-dixon committed May 8, 2024
1 parent 23401de commit 992ac4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
with:
fetch-depth: 0

- uses: actions/github-script@v6
with:
script: |
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 992ac4f

Please sign in to comment.