projects
/
siridb-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef290c8
)
Update ci.yml
author
Jeroen van der Heijden
<jeroen@cesbit.com>
Tue, 29 Mar 2022 07:39:51 +0000
(09:39 +0200)
committer
GitHub
<noreply@github.com>
Tue, 29 Mar 2022 07:39:51 +0000
(09:39 +0200)
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 9d0558ebbd41ec5752716213611afccb9a84fac0..4a0e77638edf74ed16a1803e44a0ec228dc74319 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-20,6
+20,7
@@
jobs:
sudo make install
- name: Install dependencies
run: |
+ sudo apt-get update -y
sudo apt-get install -y libuv1-dev libpcre2-dev libyajl-dev valgrind
- name: Run tests
run: |