Skip to content

Commit

Permalink
Tweak venv setup
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Sep 4, 2024
1 parent 2af60a5 commit cb6e5ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
ref: ${{ github.ref }}
- name: Activate virtualenv
run: |
python3 -m venv env
source .env/bin/activate
pip3 install virtualenv
virtualenv -p python3 ./wailenv
source wailenv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
- name: Build
run: sh ./bundledApps/MAKEFILE.sh -q
Expand Down

0 comments on commit cb6e5ad

Please sign in to comment.