Skip to content

Commit

Permalink
sudo apt update on CI before apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Sep 18, 2024
1 parent 8db8b02 commit b74af6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Apt Packages
run: |
sudo apt update
sudo apt-get install libcurl4-openssl-dev -y
- uses: ruby/setup-ruby@v1
continue-on-error: false
Expand Down

0 comments on commit b74af6a

Please # to comment.