Skip to content

Commit b24d123

Browse files
Fix installation procedure.
1 parent 146e14d commit b24d123

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/precice-2.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
uses: actions/checkout@v4
3636
- name: Install Dependencies
3737
run: |
38-
sudo apt install -y python3-dev python3.12-venv
38+
apt-get -qq update
39+
apt-get -qq install python3-dev python3.12-venv
40+
rm -rf /var/lib/apt/lists/*
3941
- name: Create venv
4042
run: |
4143
./make-venv.sh

0 commit comments

Comments
 (0)