Skip to content

Commit

Permalink
CI: apt-get update first
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Sep 23, 2024
1 parent f26b079 commit fc81f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
- name: Install system dependencies
run: sudo apt install libcurl4-openssl-dev
run: sudo apt-get update && sudo apt install libcurl4-openssl-dev
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit fc81f7e

Please sign in to comment.