This commit is contained in:
parent
3a33936cd4
commit
f45378237c
10 changed files with 9620 additions and 32 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue