Skip to content

Commit e854348

Browse files
committed
chore: fix workflow
1 parent e6cb4bd commit e854348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node.js.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131

3232
- name: Clone and setup Rooch
3333
run: |
34+
apt install git curl cmake make gcc pkg-config libssl-dev libsqlite3-dev g++
3435
git clone https://github.com/rooch-network/rooch.git _rooch
3536
cd _rooch
3637
cargo build

0 commit comments

Comments
 (0)