Skip to content

Commit 78c92b3

Browse files
committed
Fix CI
1 parent e9fbb95 commit 78c92b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Run tests
3131
run: zig build test --summary all
3232

33-
- run: apt-get update && apt-get install -y libjemalloc-dev
33+
- run: sudo apt-get update && sudo apt-get install -y libjemalloc-dev
3434

3535
- name: Build release binary
3636
run: zig build --release=fast --summary all

0 commit comments

Comments
 (0)