Skip to content

Commit 9a6cb60

Browse files
chore: fix for ubuntu build failures (#561)
1 parent de9019c commit 9a6cb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: Install Deps Ubuntu
3333
if: ${{ runner.os == 'Linux' }}
34-
run: sudo apt-get -y install libkrb5-dev libsecret-1-dev net-tools libstdc++6 gnome-keyring
34+
run: sudo apt-get update -y && sudo apt-get -y install libkrb5-dev libsecret-1-dev net-tools libstdc++6 gnome-keyring
3535

3636
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3737
- name: Checkout

0 commit comments

Comments
 (0)