Skip to content

Commit

Permalink
added rebdir export
Browse files Browse the repository at this point in the history
  • Loading branch information
dtamayo committed Oct 17, 2023
1 parent be36d94 commit 633a99c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Check if symbols in shared library have correct prefix
if: ${{ contains(matrix.os, 'ubuntu') }}
run: |
export REB_DIR=$GITHUB_WORKSPACE/rebound
make
nm -g --defined-only libreboundx.so | cut -d ' ' -f3
! nm -g --defined-only libreboundx.so | cut -d ' ' -f3 | grep -v "^rebx_"
Expand Down

0 comments on commit 633a99c

Please sign in to comment.