Skip to content

Commit

Permalink
get CxxWrap version from body
Browse files Browse the repository at this point in the history
  • Loading branch information
PraneethJain committed Mar 4, 2024
1 parent 409be37 commit c14f51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/install -DAPPEND_OVERRIDES_TOML=ON -DOVERRIDE_VERSION_TO_JLL=ON -DCMAKE_BUILD_TYPE=Debug ..
VERBOSE=ON cmake --build . --config Debug --target install
julia -e 'using Pkg; pkg"add CxxWrap#testjll"; using CxxWrap'
julia -e 'using Pkg; pkg"add ${{github.event.pull_request.body}}"; using CxxWrap'
ctest -V
- name: Build testlib
run: |
Expand Down

0 comments on commit c14f51b

Please sign in to comment.