Skip to content

Commit

Permalink
ci: update deb sources in azure podvm build
Browse files Browse the repository at this point in the history
There was an apt-get update statement missing that is causing CI
failures.

Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>
  • Loading branch information
mkulke authored and kartikjoshi21 committed Mar 12, 2024
1 parent eeb3184 commit e190fed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/azure-podvm-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:

- name: Install build dependencies
run: |
sudo apt-get install \
sudo apt-get update
sudo apt-get install -y \
clang \
gcc \
libdevmapper-dev \
Expand Down

0 comments on commit e190fed

Please sign in to comment.