Skip to content

Commit

Permalink
v9.4
Browse files Browse the repository at this point in the history
- CI | Armbian: Final fix for missing /usr/bin/python
  • Loading branch information
MichaIng committed Apr 28, 2024
1 parent 4279e4a commit 019b2e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:
- name: Build asset
run: |
cd build
which python || sudo ln -sv python3 /usr/bin/python
# 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 019b2e8

Please sign in to comment.