Explorar el Código

Update build.yml

James McConnell hace 1 año
padre
commit
28abd8a346
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -65,7 +65,7 @@ jobs:
           echo "CONFIG set to: $CONFIG"
 
       - name: Install ccache
-        run: sudo apt update && sudo apt install -y libelf-dev
+        run: sudo apt update && sudo apt install -y libelf-dev libssl-dev build-essential
 
       - name: Install Repo
         run: |