Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed May 31, 2024
1 parent 502faca commit 6e09129
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ jobs:
with:
cmake: 3.25.3

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: debug
run: |
install libomp
echo "LDFLAGS=-L/usr/local/opt/libomp/lib -Wl,-rpath,/usr/local/opt/libomp/lib" >> "$GITHUB_ENV"
echo "CPPFLAGS=-I/usr/local/opt/libomp/include" >> "$GITHUB_ENV"
- name: Configure tests
run: |
Expand All @@ -64,6 +67,10 @@ jobs:
-DCMAKE_CXX_FLAGS="-Werror ${{ matrix.cxx_flags }}"
make -j3 gtest_main
- name: Setup tmate session
if: failure()
uses: mxschmitt/action-tmate@v3

- name: Build tests
run: |
ccache -z
Expand Down

0 comments on commit 6e09129

Please sign in to comment.