Skip to content

Commit

Permalink
qt6: fix mingw ci build
Browse files Browse the repository at this point in the history
mingw is no longer preinstalled on windows-latest, so trying to remove it fails, so just dont try

Signed-off-by: Christoph Settgast <[email protected]>
  • Loading branch information
csett86 authored Jul 11, 2024
1 parent fd28da0 commit d38ad9a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Remove preinstalled mingw
# we use the same mingw from Qt tools instead of the github actions hosted runner one, so that its as close as possible to developer setup
# in addition, the code was not compiling with the provided one and just failing with a nondescript "error 1"
shell: bash
run: |
choco uninstall mingw -y
- uses: jurplel/install-qt-action@v3
with:
version: ${{ env.QT_VERSION }}
Expand Down

0 comments on commit d38ad9a

Please sign in to comment.