Skip to content

Commit bff97e1

Browse files
Update build-and-test.yml
1 parent 6680b58 commit bff97e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-and-test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ jobs:
3131
container: benjaminrodenberg/fenics
3232
steps:
3333
- name: Checkout Repository
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@v2
35+
- name: Update apt
36+
- run: |
37+
sudo apt update
3538
- name: Install scipy (see https://github.com/precice/fenics-adapter/issues/189)
3639
uses: awalsh128/cache-apt-pkgs-action@latest
3740
with:

0 commit comments

Comments
 (0)