Skip to content

Commit 8062f66

Browse files
committed
- update to 4.46
1 parent afed029 commit 8062f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
curl -L https://github.com/copasi/copasi-dependencies/releases/latest/download/ubuntu-latest.zip -o ubuntu-latest.zip
4545
unzip -n -qq ubuntu-latest.zip -d dependencies
4646
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
47+
git clone -b release/Version-4.46 https://github.com/copasi/COPASI
4848
cd COPASI && ./gitTools/UpdateCopasiVersion --force && cd ..
4949
cmake -G Ninja -B build -S COPASI -DCOPASI_DEPENDENCY_DIR=./dependencies -DBUILD_GUI=OFF -DCMAKE_INSTALL_PREFIX=./install/
5050
cmake --build build --target CopasiSE

0 commit comments

Comments
 (0)