Skip to content

Commit

Permalink
Automation: Add Windows code
Browse files Browse the repository at this point in the history
  • Loading branch information
NDRAEY committed Mar 5, 2024
1 parent c346b89 commit 201745e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
uses: actions/checkout@v2

- name: Set up MinGW
uses: vsoftco/setup-mingw@v1
uses: egor-tensin/setup-mingw@v2.2.0
with:
mingw: 'x86_64'
msys2: true

- name: Set up Qt
uses: benlau/qt-cmake-action@v2
uses: jurplel/install-qt-action@v3
with:
qmake-version: '6'
cmake-args: '-DCMAKE_PREFIX_PATH=C:/Qt/6.x/mingw81_64'
Expand Down

0 comments on commit 201745e

Please sign in to comment.