Skip to content

Commit

Permalink
ci: throw QEMU back in
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Oct 14, 2024
1 parent 8249da2 commit 745c9b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up QEMU
if: ${{ matrix.arch == 'aarch64' }}
uses: docker/setup-qemu-action@v2

- name: Install OpenSSL
if: ${{ matrix.arch == 'aarch64' }}
run: sudo apt-get update && sudo apt-get install -y libssl-dev
Expand Down

0 comments on commit 745c9b7

Please sign in to comment.