Skip to content

Commit

Permalink
Try to fix windows Test
Browse files Browse the repository at this point in the history
  • Loading branch information
bvernoux authored Sep 3, 2022
1 parent 9974344 commit e12650c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
MINGW_ARCH=mingw64 makepkg-mingw --noconfirm --noprogressbar -sCLf
- name: Test
if: ${{ false }} # Temporary disable Run Tests
shell: msys2 {0}
run: |
pacman -U --noconfirm msys2/*.zst
glscopeclient --help
Expand All @@ -88,6 +88,7 @@ jobs:
path: msys2/*.zst

- name: Build MSI / portable zip
shell: msys2 {0}
run: |
mkdir build_msi
cd build_msi
Expand Down

0 comments on commit e12650c

Please sign in to comment.