Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng committed Apr 28, 2024
1 parent 019b2e8 commit e4d1a9c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
elif [ "$branch" != 'dietpi' ]
then
git fetch origin dietpi
git rebase dietpi
git rebase origin/dietpi
fi
if [ "$owner" != 'armbian' ]
then
Expand All @@ -66,13 +66,11 @@ jobs:
elif [ "$branch" != 'main' ]
then
git fetch origin main
git rebase main
git rebase origin/main
fi
- name: Build asset
run: |
cd build
# Add python executable for legacy s5p6818 builds
sudo ln -sv python3 /usr/bin/python
./compile.sh '${{ github.event.inputs.asset }}' BRANCH='${{ github.event.inputs.branch }}' BOARD='${{ github.event.inputs.board }}'
- name: Upload
run: |
Expand Down

0 comments on commit e4d1a9c

Please sign in to comment.