Skip to content

Commit cd78f68

Browse files
committed
ci: fix
1 parent 3542d20 commit cd78f68

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v3
2323
- name: Support for `docker --platform=linux/amd64`
24-
run: |
25-
sudo apt update
26-
sudo apt install -y qemu-user-static binfmt-support
27-
sudo update-binfmts --enable qemu-x86_64
24+
run: docker run --privileged --rm tonistiigi/binfmt --install all
2825
- name: Install llvm
2926
run: sudo apt update && sudo apt install -y clang llvm # This requires Ubuntu 24.04 or later
3027
- uses: actions-rust-lang/setup-rust-toolchain@v1

0 commit comments

Comments
 (0)