File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 vcpkgGitCommitId : " f3e10653cc27d62a37a3763cd84b38bca07c6075"
2121 vcpkgDirectory : " ${{ github.workspace }}/vcpkg"
2222
23- - name : Restore vcpkg cache
23+ - name : Use vcpkg cache
2424 uses : actions/cache/restore@v5
2525 with :
2626 path : |
4949 cp vcpkg/packages/*_x64-linux/lib/*.so* artifacts/libs/ || true
5050 ls -l artifacts/libs || true
5151
52- - name : Save vcpkg cache
53- if : ${{ runner.os == 'Linux' && github.job == 'build' }}
54- uses : actions/cache/save@v5
55- with :
56- path : |
57- ${{ github.workspace }}/vcpkg/packages
58- ${{ github.workspace }}/vcpkg/downloads
59- ${{ github.workspace }}/build/vcpkg_installed
60- key : vcpkg-${{ runner.os }}-${{ github.job }}-${{ hashFiles('vcpkg.json') }}
61-
6252 - uses : actions/upload-artifact@v7
6353 with :
6454 name : cubicdiscord-linux
You can’t perform that action at this time.
0 commit comments