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 8ca05fe commit aa91387Copy full SHA for aa91387
1 file changed
.github/workflows/Build.yml
@@ -11,6 +11,7 @@ jobs:
11
- name: Install dependencies
12
shell: bash
13
run: |
14
+ sudo apt update
15
sudo apt-get install openmpi-bin libopenmpi-dev libglu1-mesa-dev libxt-dev libxi-dev libglew-dev libxmu-dev zip
16
- name: Build
17
@@ -49,6 +50,7 @@ jobs:
49
50
51
52
53
54
sudo apt-get install gcc-8 g++-8 libvtk7-dev openmpi-bin libopenmpi-dev libglu1-mesa-dev libxt-dev libxi-dev libglew-dev libxmu-dev zip
55
56
0 commit comments