2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

No need for setup-qemu-action.

This commit is contained in:
Rene Rivera
2021-09-25 18:39:10 -05:00
parent af73d29451
commit b4428d6ba3

View File

@@ -36,9 +36,11 @@ jobs:
- name: 'Checkout'
uses: actions/checkout@master
with: { submodules: true }
- name: 'Install QEMU'
uses: docker/setup-qemu-action@v1
with: { image: "${{ matrix.image }}" }
- name: 'Install'
run: |
apt-get -o Acquire::Retries=3 update
apt-get -o Acquire::Retries=3 -y install qemu-user-static
docker pull "${{ matrix.image }}"
- name: 'Setup'
run: |
env | grep -v '^#' | xargs > docker-run-action.env