Skip to content

Commit 6702a09

Browse files
committed
Comment out env FORCE_UPDATE in workflow files
1 parent 593d298 commit 6702a09

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/mswin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
mswin:
1313
name: >-
1414
mswin vcpkg tools
15-
env:
16-
FORCE_UPDATE: true
15+
#env:
16+
# FORCE_UPDATE: true
1717
runs-on: windows-2022
1818
strategy:
1919
fail-fast: false

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
msys2:
1313
name: >-
1414
msys2 tools
15-
# env:
15+
#env:
1616
# FORCE_UPDATE: true
1717
runs-on: windows-2022
1818
strategy:
@@ -45,8 +45,8 @@ jobs:
4545
gcc:
4646
name: >-
4747
${{ matrix.gcc }} gcc
48-
env:
49-
FORCE_UPDATE: true
48+
#env:
49+
# FORCE_UPDATE: true
5050
runs-on: windows-2022
5151
strategy:
5252
fail-fast: false

0 commit comments

Comments
 (0)