Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
cozycactus committed Sep 2, 2023
1 parent 1f7f2af commit ecffcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
mkdir -p ${{ github.workspace }}/build
cd ${{ github.workspace }}/build
cmake -DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ${{ github.workspace }}
cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ${{ github.workspace }}
make
- name: Install
Expand Down

0 comments on commit ecffcbc

Please sign in to comment.