Skip to content

Commit 945338c

Browse files
committed
Fix: Resolve build issues in Termux workflow
- Removed problematic commented line causing YAML syntax error. - Added clang and build-essential to Termux setup to address compiler bug with aws-lc-sys.
1 parent e5877d4 commit 945338c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ jobs:
446446
- name: setup
447447
run: |
448448
/entrypoint.sh pkg install -y rust
449-
/entrypoint.sh pkg install -y cmake protobuf
449+
/entrypoint.sh pkg install -y cmake protobuf clang build-essential
450450
/entrypoint.sh pkg install -y tar gzip zip bzip2
451451
- name: build
452452
run: |

0 commit comments

Comments
 (0)