Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c29acef

Browse files
committedApr 17, 2025·
Fix formatting
1 parent 4575730 commit c29acef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎.github/workflows/docker.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ jobs:
6060
tool: cargo-clone
6161

6262
- name: install cross compile tools
63-
run:
64-
sudo apt update && sudo apt install -y crossbuild-essential-${{ matrix.docker_arch }}
63+
run: |
6564
sudo dpkg --add-architecture ${{ matrix.docker_arch }}
66-
sudo apt update && sudo apt install -y libssl-dev:${{ matrix.docker_arch }}
65+
sudo apt update && sudo apt install -y \
66+
crossbuild-essential-${{ matrix.docker_arch }} \
67+
libssl-dev:${{ matrix.docker_arch }}
6768
6869
- name: Download and build dioxus-cli
6970
run: |

0 commit comments

Comments
 (0)