Skip to content

Commit 22bdc81

Browse files
committed
Github workflows: Increase wxwidgets version to 3.2.5.
1 parent a25088b commit 22bdc81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compile_windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
env:
66
BUILD_TYPE: Release
7-
WXVERSION: 3.2.4
7+
WXVERSION: 3.2.5
88

99
permissions:
1010
contents: read

.github/workflows/msvc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
env:
2020
build: '${{ github.workspace }}/build'
2121
config: Debug
22-
WXVERSION: 3.2.4
22+
WXVERSION: 3.2.5
2323

2424
permissions:
2525
contents: read

0 commit comments

Comments
 (0)