Skip to content

Commit

Permalink
Run apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Aug 9, 2024
1 parent 0fc4e0a commit b3902b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sizestats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
steps:
- name: Install dependencies
if: ${{ matrix.os == 'linux' }}
run: sudo apt-get install --no-install-recommends -y libkrb5-dev liblttng-ust-dev ninja-build libicu-dev libssl-dev
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends -y libkrb5-dev liblttng-ust-dev ninja-build libicu-dev libssl-dev
- name: Checkout runtime repo
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b3902b0

Please sign in to comment.