kitgit

tirbofish/dropbear · commit

bb1d15fb7a76410ad20bec4493064bb3980b2389

Update create_executable.yaml, jarvis, run github actions

Unverified

tk <4tkbytes@pm.me> · 2025-08-19 01:41

view full diff

diff --git a/.github/workflows/create_executable.yaml b/.github/workflows/create_executable.yaml
index cf34df2..ed5c2c9 100644
--- a/.github/workflows/create_executable.yaml
+++ b/.github/workflows/create_executable.yaml
@@ -29,6 +29,8 @@ jobs:
 
     steps:
       - uses: actions/checkout@v4
+        with:
+          submodules: 'recursive'
 
       - name: Install libudev-dev (Linux)
         if: matrix.os == 'ubuntu-latest'
@@ -50,11 +52,6 @@ jobs:
       - name: Build eucalyptus
         run: cargo build --release --package eucalyptus --target ${{ matrix.target }}
 
-      - name: Download README.md from gist (macOS)
-        if: matrix.os == 'macos-latest'
-        run: |
-          curl -L -o README.md https://gist.github.com/4tkbytes/05576d43fa12e7e2331dd7eb4e606bca/raw/README.md
-
       - name: Prepare artifact
         run: |
           mkdir dist