Skip to content

Commit

Permalink
ci: fixed detecting GCC as the default compiler on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Oct 31, 2023
1 parent 98a6065 commit 8d5583e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
- os: windows-latest
cmake_preset: windows-x86-debug
build_conf: Debug
devenv_arch: amd64_x86
- os: windows-latest
cmake_preset: windows-x64-debug
build_conf: Debug
devenv_arch: amd64

steps:
- name: Checkout repository
Expand All @@ -32,6 +34,10 @@ jobs:
# We'll use this as our working directory for all subsequent commands
run: cmake -E make_directory ${{github.workspace}}/build

- uses: ilammy/[email protected]
with:
arch: ${{ matrix.devenv_arch }}

- name: Install ninja-build tool
uses: seanmiddleditch/gha-setup-ninja@v4

Expand Down

0 comments on commit 8d5583e

Please sign in to comment.