Skip to content

Commit 0d1d5bb

Browse files
committed
New vcpkg
1 parent fee7d5b commit 0d1d5bb

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@ on:
1515
branches:
1616
- main
1717

18-
# improve CI concurrency by automatically cancelling outdated jobs
1918
concurrency:
2019
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
2120
cancel-in-progress: true
2221

2322
jobs:
24-
25-
# ---------------------------------------------------------------------------------------
26-
2723
build-and-test:
2824
name: x64-windows
2925

@@ -45,7 +41,7 @@ jobs:
4541

4642
steps:
4743
- name: Checkout Code
48-
uses: actions/checkout@v4 # https://github.com/actions/checkout
44+
uses: actions/checkout@v4
4945
with:
5046
submodules: recursive
5147

@@ -63,7 +59,6 @@ jobs:
6359
working-directory: vcpkg
6460
run: .\bootstrap-vcpkg.bat
6561

66-
# lukka/run-vcpkg@v11 does not have a working cache implementation.
6762
- name: Restore vcpkg binary-cache
6863
id: restore-vcpkg-cache
6964
uses: actions/cache/restore@v4
@@ -74,7 +69,6 @@ jobs:
7469
- name: CMake - Configure
7570
run: cmake --preset=x64-windows .
7671

77-
# Always save, so that even a partial builded cache get saved for the next time.
7872
- name: Save vcpkg binary-cache
7973
uses: actions/cache/save@v4
8074
id: save-vcpkg-cache
@@ -98,7 +92,7 @@ jobs:
9892
run: .\hktests-rel.exe --gtest_output=xml:hktests-rel.xml
9993

10094
- name: Publish Test Results
101-
uses: EnricoMi/publish-unit-test-result-action/windows@v2 # https://github.com/EnricoMi/publish-unit-test-result-action
95+
uses: EnricoMi/publish-unit-test-result-action/windows@v2
10296
if: always() && github.event_name == 'push' && github.ref == 'refs/heads/main'
10397
with:
10498
files: |
@@ -126,7 +120,6 @@ jobs:
126120
--working_dir=${{env.DEBUG_BUILD_DIR}} ^
127121
-- ${{env.DEBUG_BUILD_DIR}}\hktests-dbg
128122
129-
# retry uploading to codecov with limit to workaround flaky upload issue
130123
- name: Upload CodeCoverage Report to codecov.io (Debug)
131124
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
132125
uses: codecov/codecov-action@v5

vcpkg

Submodule vcpkg updated 2418 files

0 commit comments

Comments
 (0)