Skip to content

Commit

Permalink
More revert
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinfriede committed Sep 2, 2024
1 parent 8210be3 commit 0d65b7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ jobs:
- name: Install GCC (Linux)
run: |
sudo apt update
sudo apt install gcc-${{ env.GCC_V }} g++-${{ env.GCC_V }} gfortran-${{ env.GCC_V }} gcov-${{ env.GCC_V }}
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-${{ env.GCC_V }} g++-${{ env.GCC_V }} gfortran-${{ env.GCC_V }}
- name: Set GCC Version (Linux)
if: contains(matrix.os, 'ubuntu')
Expand All @@ -81,7 +82,7 @@ jobs:
- name: Install CBLAS and LAPACKE
if: contains(matrix.os, 'ubuntu')
run: sudo apt install libopenblas-dev liblapacke liblapacke-dev libatlas-base-dev
run: sudo apt-get install libopenblas-dev liblapacke liblapacke-dev libatlas-base-dev

- name: Install meson and test dependencies
run: pip3 install ${{ env.PIP_PACKAGES }}
Expand Down

0 comments on commit 0d65b7b

Please sign in to comment.