Skip to content

Commit

Permalink
Actions removed GCC 13 for reasons; install ourselves
Browse files Browse the repository at this point in the history
  • Loading branch information
rupertnash committed May 20, 2024
1 parent b7dfb88 commit 45f7579
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/install-hemelb-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@ runs:
steps:
- name: Apt update
shell: bash
run: sudo apt-get update
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update
- name: Install Ubuntu-provided dependencies
shell: bash
run: >-
sudo
apt-get install -y
gcc-13
libopenmpi-dev
libtinyxml-dev
libparmetis-dev
Expand Down

0 comments on commit 45f7579

Please sign in to comment.