Skip to content

Commit 1fae516

Browse files
committed
fix actions
1 parent df0c555 commit 1fae516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
sudo apt-get -y update
3131
sudo apt-get -y install build-essential software-properties-common gcc gdb make
3232
- run: |
33+
cd ..
3334
git clone https://github.com/crossdb-org/crossdb.git
3435
cd crossdb
3536
make build
3637
sudo make install
37-
cd ..
38-
rm -rfv crossdb
38+
cd crossdb-nodejs
3939
- run: npm ci
4040
- run: npm run build --if-present
4141
- run: npm test

0 commit comments

Comments
 (0)