We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92328e commit 44415d5Copy full SHA for 44415d5
1 file changed
.github/workflows/msvc_build.yml
@@ -1,12 +1,8 @@
1
name: Build release (Windows)
2
3
on:
4
- push:
5
- branches: [master]
6
- pull_request:
7
8
workflow_dispatch:
9
-
+
10
env:
11
BUILD_CONFIGURATION: Release
12
ARCH: x64
@@ -21,7 +17,7 @@ jobs:
21
17
build:
22
18
runs-on: windows-latest
23
19
steps:
24
- - uses: actions/checkout@v2
20
+ - uses: actions/checkout@v3
25
26
- name: Cache Intel OneAPI
27
id: cache-oneapi
@@ -110,7 +106,7 @@ jobs:
110
106
run: nuget restore "${{ steps.find_sln.outputs.sln }}"
111
107
112
108
- name: Cache vcpkg packages
113
- uses: actions/cache@v2
109
+ uses: actions/cache@v3
114
id: cache-vcpkg
115
with:
116
path: ${{ env.VCPKG_INSTALL_FOLDER }}
0 commit comments