Skip to content

Commit

Permalink
[mac] Now test the changed cmake command, wrong commit reversed.
Browse files Browse the repository at this point in the history
  • Loading branch information
christofmuc committed Apr 1, 2024
1 parent bf895f7 commit 5cc9f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: CMake configure
shell: bash
run: |
cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH=/usr/local/Cellar/icu4c/73.2
cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo
- name: CMake build
run: cmake --build build --target package --parallel
Expand Down

0 comments on commit 5cc9f3e

Please sign in to comment.