Skip to content

Commit

Permalink
apt-get update first
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jan 26, 2025
1 parent 573f557 commit abb461c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
# haven't figured out why.
- name: install local packages
run: |
apt-get update
apt-get install curl ${{ vars.UBUNTU_EXTRA_APT_GET }}
- name: Setup environment
run: |
Expand Down

0 comments on commit abb461c

Please sign in to comment.