We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00eca10 commit 4db7721Copy full SHA for 4db7721
.github/workflows/dolfin-tests.yml
@@ -76,7 +76,7 @@ jobs:
76
ref: ${{ github.event.inputs.dolfinx_branch }}
77
- name: Install DOLFINx
78
run: |
79
- apt-get install libxtensor-dev
+ apt-get -y update && apt-get -y install libxtensor-dev
80
cmake -G Ninja -DCMAKE_BUILD_TYPE=Developer -B build -S dolfinx/cpp/
81
cmake --build build
82
cmake --install build
0 commit comments