Skip to content

Commit c6ddb75

Browse files
authored
Fix publish workflow: add apt-get update (#752)
1 parent 18ad8b9 commit c6ddb75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-hyperbridge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ jobs:
157157

158158
- name: Install dependencies
159159
run: |
160+
sudo apt-get update
160161
sudo apt-get install -y clang netcat wget curl libssl-dev llvm libclang-dev libudev-dev make libprotobuf-dev protobuf-compiler pkg-config
161162
echo "LIBCLANG_PATH=/usr/lib/llvm-14/lib" >> $GITHUB_ENV
162163
rustup install nightly

0 commit comments

Comments
 (0)