Skip to content

Commit e953318

Browse files
committed
fix actions
1 parent 1fae516 commit e953318

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/node.js.yml

+4-4
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 ..
3433
git clone https://github.com/crossdb-org/crossdb.git
3534
cd crossdb
3635
make build
3736
sudo make install
38-
cd crossdb-nodejs
37+
cd ..
38+
rm -rfv crossdb
3939
- run: npm ci
4040
- run: npm run build --if-present
4141
- run: npm test
@@ -53,12 +53,12 @@ jobs:
5353
sudo apt-get -y update
5454
sudo apt-get -y install build-essential software-properties-common gcc gdb make
5555
- run: |
56-
cd ..
5756
git clone https://github.com/crossdb-org/crossdb.git
5857
cd crossdb
5958
make build
6059
sudo make install
61-
cd crossdb-nodejs
60+
cd ..
61+
rm -rfv crossdb
6262
- run: npm ci
6363
- run: npm run build --if-present
6464
- run: npm publish --access public

0 commit comments

Comments
 (0)