James McConnell 1 жил өмнө
parent
commit
cfb2e564f5

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

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