Skip to content

Commit

Permalink
Update build_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 19, 2024
1 parent 4a3dd35 commit 6dbd5d5
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

defaults:
run:
shell: cmd
shell: cmdmsys2

env:
QT_VERSION: 5.15.2
Expand All @@ -29,6 +29,12 @@ jobs:
submodules: recursive
fetch-tags: true

- uses: msys2/setup-msys2@v2
with:
install: mingw-w64-mingw32-openssl
msystem: mingw32
release: false

- name: Install Dependencies
run: |
choco install --no-progress sccache ninja -y
Expand All @@ -52,14 +58,6 @@ jobs:
modules: qtcharts
setup-python: true

- name: Set up Visual Studio shell
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64

- name: Create build directory
run: mkdir ${{ runner.temp }}\shadow_build_dir

- name: Configure
working-directory: ${{ runner.temp }}\shadow_build_dir
run: cmake -S ${{ github.workspace }} -B . -G Ninja ^
Expand Down

0 comments on commit 6dbd5d5

Please sign in to comment.