Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Oct 10, 2024
1 parent 74951d0 commit b43c688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
if: contains(matrix.container, 'alpine')
run: |
apk add build-base git python3 font-noto --update-cache
ln -sf /usr/bin/python3 /usr/bin/python3
ln -sf python3 /usr/bin/python
echo "PYTHON=/usr/bin/python3" >> $GITHUB_ENV
echo "/usr/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit b43c688

Please sign in to comment.