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 30, 2023
1 parent aee4b9d commit abe238d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
# We'll use this as our working directory for all subsequent commands
run: cmake -E make_directory ${{github.workspace}}/build

- name: Setup devcmd
uses: ilammy/msvc-dev-cmd@v1

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

Expand Down

0 comments on commit abe238d

Please sign in to comment.