Skip to content

Commit

Permalink
sudo is required
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Jan 15, 2025
1 parent 549ca1f commit 99ac944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/copasi_se.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
working-directory: ${{github.workspace}}/dependencies/lib/cmake
run: |
sed -i 's|/home/runner/work/copasi-dependencies/copasi-dependencies/install/|${_IMPORT_PREFIX}/|g' *.cmake
apt update
apt install -y libuuid-dev
sudo apt update
sudo apt install -y libuuid-dev
- name: Patch dependencies (mac)
shell: bash
Expand Down

0 comments on commit 99ac944

Please sign in to comment.