Skip to content

Commit

Permalink
Do apt-get update before installing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sturnclaw authored and Webster Sheets committed Nov 25, 2020
1 parent bdeac12 commit 8aec95c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

- name: Install Dependencies
run: |
sudo apt-fast update
sudo apt-fast install -y ${{ env.packages }}
- name: Build GCC
Expand Down Expand Up @@ -65,6 +66,7 @@ jobs:

- name: Install Dependencies
run: |
sudo apt-fast update
sudo apt-fast install -y clang-8 ${{ env.packages }}
- name: Build Clang
Expand Down

0 comments on commit 8aec95c

Please sign in to comment.