fix apt-get install fail

This commit is contained in:
Nebel 2021-07-17 13:15:05 +09:00
parent 9b16425a10
commit 645a3c1cff

View file

@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update
- run: sudo apt-get install -y qemu-user-static
- run: docker login docker.pkg.github.com -u "${GITHUB_ACTOR}" -p "${{ github.token }}"
- run: bin/build