Skip to content

Commit

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

0 comments on commit 0ca9316

Please sign in to comment.