Skip to content

Commit

Permalink
CI: update the available packages first
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Apr 2, 2024
1 parent 9f4e31e commit d4de4ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
- run: git submodule update
- name: Install Ubuntu packages
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get -y install libsundials-dev
run: |
sudo apt-get update
& sudo apt-get -y install libsundials-dev
- name: Set up vcpkg on Windows
if: startsWith(matrix.os, 'windows')
run: |
Expand Down

0 comments on commit d4de4ec

Please sign in to comment.