fix(core): install software permission

This commit is contained in:
HerringtonDarkholme
2020-07-31 11:36:51 +08:00
committed by jeremywu
parent 23150531db
commit 81f9835f04

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: apt-get install -y linux-libc-dev
- run: sudo apt-get install -y linux-libc-dev
- uses: borales/actions-yarn@v2.0.0
with:
cmd: install --frozen-lockfile