Skip to content

Commit

Permalink
Temporary Disable test as GitHub Windows CI Build fail to run the exe
Browse files Browse the repository at this point in the history
  • Loading branch information
bvernoux authored Sep 13, 2022
1 parent 73e2d83 commit cc055ce
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 @@ -99,7 +99,8 @@ jobs:
cd msys2
MINGW_ARCH=mingw64 makepkg-mingw --noconfirm --noprogressbar -sCLf
- name: Test
- name: Test
if: ${{ false }} # Temporary Disable test as GitHub Windows CI Build fail to run the exe
shell: msys2 {0}
run: |
pacman -U --noconfirm msys2/*.zst
Expand Down

0 comments on commit cc055ce

Please sign in to comment.