Skip to content

Commit

Permalink
- switch to 45 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Oct 2, 2024
1 parent 6d8474c commit 46560a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
cmake --build em-build-dependencies --config=Release
git clone https://github.com/copasi/COPASI
cd COPASI && git checkout release/Version-4.44 && cd ..
cd COPASI && git checkout release/Version-4.45 && cd ..
cd COPASI && gitTools/UpdateCopasiVersion --force && cd ..
cp COPASI/copasi/lapack/f2c.h em-dependencies/include
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cpp-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cmake --build build-dependencies --config=${{env.BUILD_TYPE}}
git clone https://github.com/copasi/COPASI
cd COPASI && git checkout release/Version-4.44 && cd ..
cd COPASI && git checkout release/Version-4.45 && cd ..
cd COPASI && gitTools/UpdateCopasiVersion --force && cd ..
cp COPASI/copasi/lapack/f2c.h dependencies/include
Expand Down

0 comments on commit 46560a1

Please sign in to comment.