We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c61086 commit 21f5b0eCopy full SHA for 21f5b0e
.github/workflows/node.js.yml
@@ -27,7 +27,7 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
- run: |
30
- sudo apt-get update
+ sudo apt-get -y update
31
sudo apt-get -y install build-essential
32
- run: git clone https://github.com/crossdb-org/crossdb.git
33
- run: cd crossdb
0 commit comments