Github: Temporarily disable vcpkg caching for linux generic builds
To avoid problems where dependencies downloaded via apt change, causing the cache contents to be incorrect
This commit is contained in:
14
.github/workflows/release-linux.yml
vendored
14
.github/workflows/release-linux.yml
vendored
@@ -35,13 +35,13 @@ jobs:
|
|||||||
- name: Enable Rust cache
|
- name: Enable Rust cache
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
|
|
||||||
- name: Setup vcpkg caching
|
# - name: Setup vcpkg caching
|
||||||
uses: actions/github-script@v7
|
# uses: actions/github-script@v7
|
||||||
with:
|
# with:
|
||||||
script: |
|
# script: |
|
||||||
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
|
# core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
|
||||||
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
|
# core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
|
||||||
core.exportVariable('VCPKG_BINARY_SOURCES', 'clear;x-gha,readwrite')
|
# core.exportVariable('VCPKG_BINARY_SOURCES', 'clear;x-gha,readwrite')
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user