We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc55f4 commit ea2aa4bCopy full SHA for ea2aa4b
.github/workflows/docker.yml
@@ -21,18 +21,15 @@ jobs:
21
with:
22
ssh-private-key: "${{ secrets.SSH_KEY }}"
23
24
- - name: Install Protoc
25
- uses: arduino/setup-protoc@v1
26
- with:
27
- version: '3.9.1'
28
-
29
- name: Install toolchain
30
uses: dtolnay/rust-toolchain@nightly
31
32
toolchain: stable
33
34
- name: Build
35
- run: cargo build --release -p tesseract --features=sepolia
+ run: |
+ sudo apt-get install -y clang netcat wget curl libssl-dev llvm libudev-dev make protobuf-compiler pkg-config
+ cargo build --release -p tesseract --features=sepolia
36
37
- name: Install Cargo get
38
run: cargo install cargo-get
0 commit comments