Skip to content

Commit

Permalink
feat: fix CI macOS error
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Apr 26, 2024
1 parent 5f01444 commit eb321d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Configuring CMake files
id: building-files
run: |
mkdir build && cd build && cmake ..
mkdir build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=~/local
- name: Building library
id: building-lib
run: |
Expand Down

0 comments on commit eb321d7

Please sign in to comment.