Skip to content

Commit 8ece99a

Browse files
committed
wip: copilot speed??
1 parent f5bfbb9 commit 8ece99a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ on:
88
- 'lib/**'
99
- 'src/**'
1010
- 'Makefile'
11+
- '.github/workflows/CI.yml'
1112
pull_request:
1213
branches: '**'
1314
paths:
1415
- 'lib/**'
1516
- 'src/**'
1617
- 'Makefile'
18+
- '.github/workflows/CI.yml'
1719
workflow_dispatch:
1820

1921
permissions:
@@ -83,10 +85,10 @@ jobs:
8385
run: |
8486
Invoke-WebRequest -Uri "https://aka.ms/vs/16/release/vs_buildtools.exe" -OutFile "vs_buildtools.exe"
8587
Start-Process -FilePath "vs_buildtools.exe" -ArgumentList `
86-
"--quiet", "--wait", "--norestart", "--nocache", `
88+
"--wait", "--norestart", "--nocache", `
8789
"--installPath", "C:\BuildTools", `
8890
"--add", "Microsoft.VisualStudio.Component.Windows10SDK.18362", `
89-
"--add", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64" -Wait
91+
"--add", "Microsoft.VisualStudio.Component.VC.142.x86.x64" -Wait
9092
- name: Build
9193
env:
9294
DEMO_SIGN_PUBKEY: ${{ secrets.SAR_DEMO_SIGN_PUBKEY }}

0 commit comments

Comments
 (0)