Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
Add `sudo apt update` command to fix 404 not found error.
  • Loading branch information
ktbolt committed Jan 23, 2024
1 parent 8ca05fe commit aa91387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- name: Install dependencies
shell: bash
run: |
sudo apt update
sudo apt-get install openmpi-bin libopenmpi-dev libglu1-mesa-dev libxt-dev libxi-dev libglew-dev libxmu-dev zip
- name: Build
shell: bash
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:
- name: Install dependencies
shell: bash
run: |
sudo apt update
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
- name: Build
shell: bash
Expand Down

0 comments on commit aa91387

Please sign in to comment.