Skip to content

Commit

Permalink
Run apt-get update before install
Browse files Browse the repository at this point in the history
  • Loading branch information
robgjansen committed Apr 14, 2020
1 parent 698e96b commit c3199b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
matrix:
cc: ['gcc', 'clang']
steps:
- name: Update packages
run: sudo apt-get update

- name: Checkout
uses: actions/checkout@v2

Expand Down

0 comments on commit c3199b8

Please sign in to comment.