Skip to content

Commit fc85eef

Browse files
committed
ci: run 'apt update' before installing packages
1 parent 3575a52 commit fc85eef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
cache: 'npm'
6363
- name: Setup environment
6464
run: |
65+
sudo apt-get update
6566
sudo apt-get install -y build-essential wget gdb lldb libpq5
6667
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
6768
- name: Restore PostgreSQL

0 commit comments

Comments
 (0)