Skip to content

Commit

Permalink
[CI] Fix msys CI and use both wxWidgets 'v3.2.5' and 'master'. (#3446)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarod42 authored Aug 10, 2024
1 parent d5441ac commit bb9c89b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
msys2:
runs-on: windows-latest

strategy:
fail-fast: false
matrix:
wx-version: ['v3.2.5', 'master']

steps:
- uses: msys2/setup-msys2@v2
with:
Expand All @@ -33,7 +38,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: wxWidgets/wxWidgets
ref: 3737245c5195d84f0c788e650c6ad7992eec03d7 # requires a v3.3.0
ref: ${{matrix.wx-version}}
submodules: recursive
path: wxWidgets

Expand Down Expand Up @@ -81,7 +86,7 @@ jobs:
- name: artifact
uses: actions/upload-artifact@v4
with:
name: codelite-installer
name: codelite-installer-wx-${{matrix.wx-version}}
path: |
build-release/installer/**.*
Expand Down

0 comments on commit bb9c89b

Please sign in to comment.