Skip to content

Commit

Permalink
Try QEMU setup before arm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
igorauad committed Nov 3, 2023
1 parent fdb28ef commit 98668bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
image: igorfreire/gnuradio-oot-dev:${{ matrix.container }}
options: --platform ${{ matrix.platform }}
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- uses: actions/checkout@v2
with:
submodules: "recursive"
Expand Down

0 comments on commit 98668bf

Please sign in to comment.