Skip to content

Commit

Permalink
Attempt to fix 'cmake: command not found'
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Jul 19, 2024
1 parent 1033806 commit 40e08d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/log4cxx-msys2-ucrt64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
steps:
- uses: msys2/setup-msys2@v2
with:
msystem: ${{matrix.sys}}
update: true
install: >-
git
Expand All @@ -56,7 +57,7 @@ jobs:
- name: 'configure and build'
shell: msys2 {0}
run: |
cmake -S log4cxx -B log4cxx/build -DCMAKE_CXX_COMPILER=${{ matrix.cxx }} -DCMAKE_BUILD_TYPE=Debug
cmake -G Ninja -S log4cxx -B log4cxx/build -DCMAKE_CXX_COMPILER=${{ matrix.cxx }} -DCMAKE_BUILD_TYPE=Debug
cmake --build log4cxx/build
- name: 'run unit tests'
Expand Down

0 comments on commit 40e08d7

Please sign in to comment.