Skip to content

Commit ea2aa4b

Browse files
committed
jfc
1 parent 8cc55f4 commit ea2aa4b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/docker.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,15 @@ jobs:
2121
with:
2222
ssh-private-key: "${{ secrets.SSH_KEY }}"
2323

24-
- name: Install Protoc
25-
uses: arduino/setup-protoc@v1
26-
with:
27-
version: '3.9.1'
28-
2924
- name: Install toolchain
3025
uses: dtolnay/rust-toolchain@nightly
3126
with:
3227
toolchain: stable
3328

3429
- name: Build
35-
run: cargo build --release -p tesseract --features=sepolia
30+
run: |
31+
sudo apt-get install -y clang netcat wget curl libssl-dev llvm libudev-dev make protobuf-compiler pkg-config
32+
cargo build --release -p tesseract --features=sepolia
3633
3734
- name: Install Cargo get
3835
run: cargo install cargo-get

0 commit comments

Comments
 (0)