Skip to content

Commit a29166e

Browse files
committed
Continuous Building
1 parent 0763f40 commit a29166e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/continuous-building/trenchbroom/build-binaries/linux/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ runs:
3737
echo "TB_OS_IMAGE=${{ matrix.os }}" >> $GITHUB_ENV
3838
echo "TB_PULL_REQUEST_HEAD_SHA=${{ env.GIT_CURRENT_COMMIT_HEAD_SHA }}" >> $GITHUB_ENV
3939
echo "VCPKG_BINARY_SOURCES=clear;x-gha,readwrite" >> $GITHUB_ENV
40+
echo "X_VCPKG_ASSET_SOURCES=clear;x-azurl,https://assetcache.open-vcpkg.org/assetcache,,read" >> $GITHUB_ENV
4041
shell: bash
4142
- name: Install dependencies
4243
if: steps.restore-cached-artifact.outputs.CACHE_HIT != 'true'

.github/actions/continuous-building/trenchbroom/build-binaries/windows/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ runs:
3737
echo "TB_OS_IMAGE=${{ matrix.os }}" >> $GITHUB_ENV
3838
echo "TB_PULL_REQUEST_HEAD_SHA=${{ env.GIT_CURRENT_COMMIT_HEAD_SHA }}" >> $GITHUB_ENV
3939
echo "VCPKG_BINARY_SOURCES=clear;x-gha,readwrite" >> $GITHUB_ENV
40+
echo "X_VCPKG_ASSET_SOURCES=clear;x-azurl,https://assetcache.open-vcpkg.org/assetcache,,read" >> $GITHUB_ENV
4041
shell: bash
4142
- name: Install Pandoc
4243
if: steps.restore-cached-artifact.outputs.CACHE_HIT != 'true'

0 commit comments

Comments
 (0)