Skip to content

Commit aa91387

Browse files
authored
Update Build.yml
Add `sudo apt update` command to fix 404 not found error.
1 parent 8ca05fe commit aa91387

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/Build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- name: Install dependencies
1212
shell: bash
1313
run: |
14+
sudo apt update
1415
sudo apt-get install openmpi-bin libopenmpi-dev libglu1-mesa-dev libxt-dev libxi-dev libglew-dev libxmu-dev zip
1516
- name: Build
1617
shell: bash
@@ -49,6 +50,7 @@ jobs:
4950
- name: Install dependencies
5051
shell: bash
5152
run: |
53+
sudo apt update
5254
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
5355
- name: Build
5456
shell: bash

0 commit comments

Comments
 (0)