Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <geoffroy.jamgotchian@gmail.com>
  • Loading branch information
geofjamg committed Oct 19, 2023
1 parent 78906a9 commit 8cb151f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
steps:
- name: Install pre-requisites
if: matrix.config.name == 'linux'
run: apt-get install g++-4.8 gcc-4.8 liblapack-dev libblas-dev
run: |
apt update
apt-get install g++-4.8 gcc-4.8 liblapack-dev libblas-dev
- name: Checkout sources
uses: actions/checkout@v1
Expand Down

0 comments on commit 8cb151f

Please sign in to comment.