Skip to content

Commit 3c52e36

Browse files
committed
build: add sudo to github ci action
1 parent f1154d5 commit 3c52e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-node@v2
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
- run: apt-get install lua5.2 golang ruby ghc
28+
- run: sudo apt-get install lua5.2 golang ruby ghc
2929
- run: npm ci
3030
- run: npm run lint
3131
- run: npm run test

0 commit comments

Comments
 (0)