kitgit

tirbofish/dropbear · diff

558d396 · tk

ci: jarvis, run github actions

Unverified

diff --git a/.github/workflows/create_executable.yaml b/.github/workflows/create_executable.yaml
index 22aba10..4ebcb46 100644
--- a/.github/workflows/create_executable.yaml
+++ b/.github/workflows/create_executable.yaml
@@ -1,6 +1,5 @@
 name: Build Executables
 
-
 on:
   push:
     branches:
@@ -32,6 +31,8 @@ jobs:
 
     steps:
       - uses: actions/checkout@v4
+        with:
+          submodules: 'recursive'
 
       - name: Set up JDK 21
         uses: actions/setup-java@v4
@@ -75,8 +76,6 @@ jobs:
             Write-Host "System NASM not found (this is okay if aws-lc-rs will use prebuilt NASM)."
           }
           exit 0
-
-
       - name: Install libudev-dev (Linux)
         if: matrix.os == 'ubuntu-latest'
         run: sudo apt-get update && sudo apt-get install -y libudev-dev