We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9fbb95 commit 78c92b3Copy full SHA for 78c92b3
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Run tests
31
run: zig build test --summary all
32
33
- - run: apt-get update && apt-get install -y libjemalloc-dev
+ - run: sudo apt-get update && sudo apt-get install -y libjemalloc-dev
34
35
- name: Build release binary
36
run: zig build --release=fast --summary all
0 commit comments