'Generic Commit'
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 3m21s

This commit is contained in:
Your Name 2025-06-01 23:16:42 +12:00
parent eb632c010c
commit 18c53acd71

View File

@ -14,14 +14,14 @@ jobs:
uses: actions/checkout@v4
- name: Install build dependencies
run: |
cd ${{ gitea.workspace }}/source
cd source
./install_build_prerequisites.sh
- name: Build
run: |
cd ${{ gitea.workspace }}/source
cd source
./multibuild.sh
- name: Test
run: |
cd ${{ gitea.workspace }}/source/output
cd source/output
./dropshell_x86_64 list
./dropshell_x86_64 help