We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9019c commit 9a6cb60Copy full SHA for 9a6cb60
.github/workflows/test-and-build.yaml
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
- name: Install Deps Ubuntu
33
if: ${{ runner.os == 'Linux' }}
34
- run: sudo apt-get -y install libkrb5-dev libsecret-1-dev net-tools libstdc++6 gnome-keyring
+ run: sudo apt-get update -y && sudo apt-get -y install libkrb5-dev libsecret-1-dev net-tools libstdc++6 gnome-keyring
35
36
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
37
- name: Checkout
0 commit comments