mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-09-06 14:25:47 -04:00
save cache in release, otherwise it will not work for main RN branch .
This commit is contained in:
parent
107a7d47d1
commit
9e08f380f5
1 changed files with 9 additions and 0 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
@ -72,6 +72,15 @@ jobs:
|
|||
- name: build-msvc
|
||||
run: |
|
||||
devenv.com "MissionEditor.sln" /Build "${{ env.CONFIGURATION }}|x64" /project MissionEditor
|
||||
- name: Cache vcpkg
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: |
|
||||
3rdParty/xcc/vcpkg_downloads
|
||||
3rdParty/xcc/vcpkg_installed
|
||||
3rdParty/xcc/binary-cache
|
||||
C:/Users/runneradmin/AppData/Local/vcpkg
|
||||
key: ${{ runner.os }}-vcpkg-${{ hashFiles('3rdParty/xcc/vcpkg.json') }}
|
||||
- name: Pack up
|
||||
shell: pwsh
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue