Skip to content

Commit 745c9b7

Browse files
ci: throw QEMU back in
1 parent 8249da2 commit 745c9b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_aarch64.yml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121

22+
- name: Set up QEMU
23+
if: ${{ matrix.arch == 'aarch64' }}
24+
uses: docker/setup-qemu-action@v2
25+
2226
- name: Install OpenSSL
2327
if: ${{ matrix.arch == 'aarch64' }}
2428
run: sudo apt-get update && sudo apt-get install -y libssl-dev

0 commit comments

Comments
 (0)