Skip to content

Commit b257211

Browse files
committed
Merge pull request #1494 from bettio/update-qemu
CI: update QEMU used for build-and-test-other These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 0d6a00e + f5d7d88 commit b257211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-other.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
path: build_tests
129129

130130
- name: Set up QEMU
131-
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
131+
uses: docker/setup-qemu-action@v3
132132

133133
- name: "Build and Test: AtomVM on foreign arch"
134134
timeout-minutes: 15

0 commit comments

Comments
 (0)