We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afed029 commit 8062f66Copy full SHA for 8062f66
.github/workflows/python-app.yml
@@ -44,7 +44,7 @@ jobs:
44
curl -L https://github.com/copasi/copasi-dependencies/releases/latest/download/ubuntu-latest.zip -o ubuntu-latest.zip
45
unzip -n -qq ubuntu-latest.zip -d dependencies
46
sed -i 's|/home/runner/work/copasi-dependencies/copasi-dependencies/install/|${_IMPORT_PREFIX}/|g' dependencies/lib/cmake/*.cmake
47
- git clone -b release/Version-4.45 https://github.com/copasi/COPASI
+ git clone -b release/Version-4.46 https://github.com/copasi/COPASI
48
cd COPASI && ./gitTools/UpdateCopasiVersion --force && cd ..
49
cmake -G Ninja -B build -S COPASI -DCOPASI_DEPENDENCY_DIR=./dependencies -DBUILD_GUI=OFF -DCMAKE_INSTALL_PREFIX=./install/
50
cmake --build build --target CopasiSE
0 commit comments