Skip to content

Commit c34d088

Browse files
committed
nit
1 parent e415722 commit c34d088

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,11 @@ jobs:
5959
targets: wasm32-unknown-unknown
6060
components: rust-src
6161

62-
- name: Install Protobuf
63-
run: sudo apt-get install -y protobuf-compiler
62+
- name: Install system dependencies
63+
run: |
64+
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list /etc/apt/sources.list.d/azure-cli.list
65+
sudo apt-get update
66+
sudo apt-get install -y protobuf-compiler libclang-dev
6467
6568
- name: Build polkadot-bulletin-chain binary
6669
run: cargo build --profile production -p polkadot-bulletin-chain

0 commit comments

Comments
 (0)