fix(core): try libc6-dev

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

View File

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