Skip to content

Commit c627c75

Browse files
committed
[wip] working on understanding memtier OSS cluster stallness
1 parent c1c3bf5 commit c627c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- name: Install dependencies
1414
run: |
15-
apt-get -qq update
16-
apt-get install autoconf automake pkg-config libevent-dev libpcre3-dev libssl-dev
15+
sudo apt-get -qq update
16+
sudo apt-get install autoconf automake pkg-config libevent-dev libpcre3-dev libssl-dev
1717
- name: Build
1818
run: autoreconf -ivf && ./configure && make -j
1919
- name: Setup Python

0 commit comments

Comments
 (0)