ci: print path

This commit is contained in:
Tien Do Nam
2025-10-12 23:38:38 +02:00
parent 15c68c74f8
commit 1743a0f6cc
+6
View File
@@ -71,6 +71,12 @@ jobs:
- name: Install OpenSSL
run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config
- name: Get Openssl path
run: |
echo "OpenSSL path: $(pkg-config --variable=prefix openssl)"
echo "OpenSSL include dir: $(pkg-config --cflags-only-I openssl)"
echo "OpenSSL lib dir: $(pkg-config --libs-only-L openssl)"
- name: Dependencies
working-directory: ${{ env.APK_BUILD_DIR }}/app
run: flutter pub get