Merge pull request #1210 from HollowMan6/master

ci: update before install packages
This commit is contained in:
David Wertenteil
2023-04-30 15:09:55 +03:00
committed by GitHub
@@ -119,6 +119,7 @@ jobs:
- name: start ${{ matrix.arch }} environment in container
run: |
sudo apt-get update
sudo apt-get install -y binfmt-support qemu-user-static
sudo docker run --platform linux/${{ matrix.arch }} -e RELEASE=${{ inputs.RELEASE }} \
-e CLIENT=${{ inputs.CLIENT }} -e CGO_ENABLED=${{ inputs.CGO_ENABLED }} \