Skip to content

Commit 34a2920

Browse files
committed
rm gh build cache
1 parent 2b99b88 commit 34a2920

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/windows-rel-build.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ jobs:
2222
with:
2323
submodules: recursive
2424

25-
# https://learn.microsoft.com/en-us/vcpkg/users/binarycaching#gha
26-
- name: Export Actions runtime info for Actions caching
27-
uses: actions/github-script@v6
28-
with:
29-
script: |
30-
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
31-
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
32-
3325
- name: Install Qt
3426
uses: jurplel/install-qt-action@v4
3527
with:
@@ -66,7 +58,7 @@ jobs:
6658
shell: cmd
6759
working-directory: ${{github.workspace}}/vcpkg
6860
run: |
69-
vcpkg.exe install --x-manifest-root=../scripts/vcpkg-manifest --x-install-root=./installed --binarysource="clear;x-gha,readwrite" --triplet=x64-windows
61+
vcpkg.exe install --x-manifest-root=../scripts/vcpkg-manifest --x-install-root=./installed --triplet=x64-windows
7062
env:
7163
CMAKE_PREFIX_PATH: ${{env.QT_DIR}}
7264
QT_DIR: ${{env.QT_DIR}}

0 commit comments

Comments
 (0)