Skip to content

Commit 6576d04

Browse files
ci: fix build-ubuntu-dev
1 parent 75f2c3c commit 6576d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ubuntu-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
sudo apt-get update
4040
sudo apt-get install -y build-essential cmake pkg-config libncurses-dev
4141
42-
- name: Setup cross-compilation
42+
- name: Setup cross-compilation
4343
if: matrix.arch == 'arm64' && runner.os == 'Linux'
4444
run: |
4545
# Install basic tools first (on native arch), including ca-certificates for https if needed

0 commit comments

Comments
 (0)