File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments