Skip to content

Commit

Permalink
Load proper environment for Ninja on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur committed Feb 25, 2023
1 parent a811641 commit c5a3376
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
mkdir cbuild
cmake -S . -B cbuild/ -DBUILD_EXAMPLES=TRUE -G Ninja
cmake --build cbuild/
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
Expand Down Expand Up @@ -105,6 +105,9 @@ jobs:
with:
submodules: recursive

# Ensure we load the correct environment and compiler is available in $PATH
- uses: ilammy/msvc-dev-cmd@v1

- name: CMake
run: |
# make a build directory (note: build is already used by Crashpad)
Expand Down

0 comments on commit c5a3376

Please sign in to comment.