Skip to content

Commit

Permalink
[ci] use bleeding edge multinest
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jul 27, 2023
1 parent a6c386b commit 37dea11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install MultiNest
run: |
git clone --branch ${MULTINEST_TAG} https://github.com/JohannesBuchner/MultiNest
git clone https://github.com/JohannesBuchner/MultiNest
mkdir -p MultiNest/build; pushd MultiNest/build; cmake .. && make && popd
test -e MultiNest/lib/libmultinest.so
Expand Down

0 comments on commit 37dea11

Please sign in to comment.