Skip to content

Commit

Permalink
Install MSYS2 Ninja.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Oct 2, 2023
1 parent d3e887d commit ae4705a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
msystem: UCRT64
pacboy: cmake:p gcc:p make:p pkgconf:p
pacboy: cmake:p gcc:p make:p ninja:p pkgconf:p
path-type: strict
- run: env | sort
- run: ./run.sh
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install()
mkdir -p build
cd build
cmake ..
cmake --build . --parallel
cmake --build . --parallel --verbose
sudo cmake --install . --config Release
}

Expand Down

0 comments on commit ae4705a

Please sign in to comment.