tirbofish/dropbear · commit
558d3965a44c132fa1767bea0d6d540191ff92d1
ci: jarvis, run github actions
Signature present but could not be verified.
Unverified
@@ -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