Selaa lähdekoodia

Update build.yml

missing yaml lib for A54. added.
jimsterino98 9 kuukautta sitten
vanhempi
sitoutus
ec1f6bfc04
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      .github/workflows/build.yml

+ 2 - 0
.github/workflows/build.yml

@@ -289,6 +289,8 @@ jobs:
             chmod +x build_kernel_GKI.sh
             LTO=thin ./build_kernel_GKI.sh || true
           elif [[ "${{ inputs.branch }}" == "SM-A546B-Oneui7" || "${{ inputs.branch }}" == "SM-A546E-Oneui7" ]]; then
+            sudo apt-get update
+            sudo apt-get install -y libyaml-dev
             LTO=thin ./build_kernel.sh || true
           else
             #temporarily using this until i can figure out the other phones build script issues