Skip to content

Commit

Permalink
Update windows-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl authored Apr 6, 2024
1 parent 1effec9 commit ef97fa7
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,23 @@ jobs:
shell: msys2 {0}

steps:
- name: '${{ matrix.icon }} Setup MSYS2'
uses: msys2/setup-msys2@v2
with:
release: false
msystem: ${{matrix.sys}}
install: >-
git
make
pacboy: >-
toolchain:p
cmake:p
ninja:p
qt6-base:p
qt6-tools:p
qt6-translations:p
qt6-multimedia:p
- name: '${{ matrix.icon }} Checkout'
uses: actions/checkout@v4

Expand All @@ -53,22 +70,6 @@ jobs:
- name: '${{ matrix.icon }} Extract Drumstick'
run: tar xvf ${{env.DRUMSTICK}}.tar

- name: '${{ matrix.icon }} Setup MSYS2'
uses: msys2/setup-msys2@v2
with:
release: false
msystem: ${{matrix.sys}}
install: >-
git
make
pacboy: >-
toolchain:p
cmake:p
ninja:p
qt6-base:p
qt6-tools:p
qt6-translations:p
- name: '${{ matrix.icon }} Configure CMake'
run: cmake -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_PREFIX_PATH="${{env.DRUMSTICK}};${{env.SONIVOX}}"

Expand Down

0 comments on commit ef97fa7

Please sign in to comment.