We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1154d5 commit 3c52e36Copy full SHA for 3c52e36
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/setup-node@v2
26
with:
27
node-version: ${{ matrix.node-version }}
28
- - run: apt-get install lua5.2 golang ruby ghc
+ - run: sudo apt-get install lua5.2 golang ruby ghc
29
- run: npm ci
30
- run: npm run lint
31
- run: npm run test
0 commit comments