maybe it works this time
Some checks failed
Compile apt-layer / compile (push) Failing after 0s

This commit is contained in:
robojerk 2025-07-15 00:39:17 -07:00
parent 3a33936cd4
commit f45378237c
10 changed files with 9620 additions and 32 deletions

View file

@ -20,10 +20,10 @@ jobs:
steps:
- name: Checkout code
run: |
echo "Checking out repository..."
git clone https://github.com/${{ github.repository }}.git .
git checkout ${{ github.sha }}
echo "Repository checked out successfully"
echo "Using local repository..."
# Since we're already in the repository, just ensure we're on the right branch
git status
echo "Repository ready for compilation"
- name: Set up environment
run: |