Skip to content

Commit

Permalink
.github/workflows: Update package list before install packages.
Browse files Browse the repository at this point in the history
Change-Id: Ie4f9e803a0aefc15430841347cadf8c16f9cfaaf
Signed-off-by: Paul Sokolovsky <[email protected]>
  • Loading branch information
pfalcon committed Dec 30, 2020
1 parent 6e7a66a commit 8cc2f67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update package list
run: sudo apt-get update -qq || true
- name: Install packages
run: source tools/ci.sh && ci_code_size_setup
- name: Build
Expand Down

0 comments on commit 8cc2f67

Please sign in to comment.