We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cb4bd commit e854348Copy full SHA for e854348
.github/workflows/node.js.yml
@@ -31,6 +31,7 @@ jobs:
31
32
- name: Clone and setup Rooch
33
run: |
34
+ apt install git curl cmake make gcc pkg-config libssl-dev libsqlite3-dev g++
35
git clone https://github.com/rooch-network/rooch.git _rooch
36
cd _rooch
37
cargo build
0 commit comments