mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-04-30 09:01:41 -04:00
added cache restore step for release workflow .
This commit is contained in:
parent
9b24232f2e
commit
20adb95961
1 changed files with 7 additions and 0 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -42,6 +42,13 @@ jobs:
|
|||
./scripts/update_product_version.ps1 -major ${{ env.VERSION_MAJOR }} -minor ${{ env.VERSION_MINOR }} -revision ${{ github.run_number }}
|
||||
echo "RELEASE_VER=$versionNum" >> $GITHUB_ENV
|
||||
echo "PACKAGE_NAME=$pkgName" >> $GITHUB_ENV
|
||||
- name: Restore cache vcpkg
|
||||
uses: actions/cache/restore@v4
|
||||
with:
|
||||
path: |
|
||||
3rdParty/xcc/vcpkg_downloads
|
||||
3rdParty/xcc/vcpkg_installed
|
||||
key: ${{ runner.os }}-vcpkg-${{ hashFiles('**/vcpkg.json') }}
|
||||
- name: build-msvc
|
||||
run: |
|
||||
devenv.com "MissionEditor.sln" /Build "${{ env.CONFIGURATION }}|x64" /project MissionEditor
|
||||
|
|
Loading…
Add table
Reference in a new issue