added test action
Some checks failed
Build for Linux / test-build (push) Failing after 18s

This commit is contained in:
Paul Wilde 2025-01-03 23:21:00 +00:00
parent f224d076cb
commit 5ca3dd6cc4

View file

@ -13,7 +13,7 @@ jobs:
apt update && apt install --yes $BUILD_DEPS
- name: Clone repo
run: |
git clone ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }}
git clone ${{ github.server_url }}/${{ github.repository }}
- name: Build
run: |
cd app