Skip to content

Commit 44415d5

Browse files
authored
Update msvc_build.yml
1 parent a92328e commit 44415d5

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/msvc_build.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
name: Build release (Windows)
22

33
on:
4-
push:
5-
branches: [master]
6-
pull_request:
7-
branches: [master]
84
workflow_dispatch:
9-
5+
106
env:
117
BUILD_CONFIGURATION: Release
128
ARCH: x64
@@ -21,7 +17,7 @@ jobs:
2117
build:
2218
runs-on: windows-latest
2319
steps:
24-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2521

2622
- name: Cache Intel OneAPI
2723
id: cache-oneapi
@@ -110,7 +106,7 @@ jobs:
110106
run: nuget restore "${{ steps.find_sln.outputs.sln }}"
111107

112108
- name: Cache vcpkg packages
113-
uses: actions/cache@v2
109+
uses: actions/cache@v3
114110
id: cache-vcpkg
115111
with:
116112
path: ${{ env.VCPKG_INSTALL_FOLDER }}

0 commit comments

Comments
 (0)