Skip to content

Commit

Permalink
Update ubuntu-builds.yml
Browse files Browse the repository at this point in the history
Updating apt before trying to install dependencies
  • Loading branch information
andrewdavidsmith committed Dec 10, 2023
1 parent 0809ca9 commit 41a1fd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Update apt
run: sudo apt update
- name: Install dependencies
run: sudo apt-get install -y libhts-dev
- name: Generate configure script
Expand Down

0 comments on commit 41a1fd6

Please sign in to comment.