Skip to content

Commit 53a2073

Browse files
committed
Update before install on ubuntu
1 parent 480694c commit 53a2073

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141

4242
- name: Install Dependencies for Ubuntu
4343
if: startsWith(matrix.os, 'ubuntu')
44-
run: sudo apt install build-essential libssl-dev libkrb5-dev libc++-dev
44+
run: |
45+
sudo apt update
46+
sudo apt install build-essential libssl-dev libkrb5-dev libc++-dev
4547
env:
4648
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
4749

0 commit comments

Comments
 (0)