Skip to content

Commit 1a49fa3

Browse files
committed
ci: fix deps installation
1 parent 4c48da3 commit 1a49fa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install ZisK dependencies
4747
shell: bash
4848
run: |
49-
apt-get install -y xz-utils jq curl build-essential qemu-system libomp-dev \
49+
sudo apt-get install -y xz-utils jq curl build-essential qemu-system libomp-dev \
5050
libgmp-dev nlohmann-json3-dev protobuf-compiler uuid-dev libgrpc++-dev \
5151
libsecp256k1-dev libsodium-dev libpqxx-dev nasm libopenmpi-dev openmpi-bin openmpi-common
5252

0 commit comments

Comments
 (0)