Skip to content

Commit

Permalink
CI: Workaround for broken microsoft packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree committed Apr 24, 2024
1 parent 082c1ab commit 274bd1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt update &&
sudo apt install -y
run: |
sudo apt update || true
sudo apt install -y
gfortran
make
libnetcdf-dev
Expand Down

0 comments on commit 274bd1a

Please sign in to comment.