File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 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 :
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}}
You can’t perform that action at this time.
0 commit comments