We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e415722 commit c34d088Copy full SHA for c34d088
.github/workflows/release.yml
@@ -59,8 +59,11 @@ jobs:
59
targets: wasm32-unknown-unknown
60
components: rust-src
61
62
- - name: Install Protobuf
63
- run: sudo apt-get install -y protobuf-compiler
+ - name: Install system dependencies
+ 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
67
68
- name: Build polkadot-bulletin-chain binary
69
run: cargo build --profile production -p polkadot-bulletin-chain
0 commit comments