Skip to content

Commit

Permalink
fix python triple
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrNamenlos123 committed Apr 21, 2024
1 parent 0ca9316 commit d8b3c37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/build-package/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ runs:
- name: Invoke Python build script
shell: bash
run: |
TRIPLE=${{matrix.cfg.triple}}
source ~/venv/bin/activate
python3 build.py $PACKAGE
TRIPLE=${{matrix.cfg.triple}} python3 build.py $PACKAGE
- name: Upload files to a GitHub release
uses: svenstaro/[email protected]
Expand Down

0 comments on commit d8b3c37

Please sign in to comment.