Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Aug 30, 2024
1 parent 358560b commit 26f531a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ jobs:
cmake .. -DCMAKE_INSTALL_PREFIX=../install -DCMAKE_SHARED_LINKER_FLAGS="-L$(brew --prefix)/lib -Wl,-rpath,$(brew --prefix)/lib" -DCMAKE_CXX_FLAGS="-I$(brew --prefix)/include"
- name: Build
run: cmake --build build
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Install
run: cmake --build build --target install
run: |
mkdir install
cmake --build build --target install
- name: Package
run: |
mkdir install
Expand Down

0 comments on commit 26f531a

Please sign in to comment.