Skip to content

Commit 4db7721

Browse files
apt update
1 parent 00eca10 commit 4db7721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dolfin-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
ref: ${{ github.event.inputs.dolfinx_branch }}
7777
- name: Install DOLFINx
7878
run: |
79-
apt-get install libxtensor-dev
79+
apt-get -y update && apt-get -y install libxtensor-dev
8080
cmake -G Ninja -DCMAKE_BUILD_TYPE=Developer -B build -S dolfinx/cpp/
8181
cmake --build build
8282
cmake --install build

0 commit comments

Comments
 (0)