Skip to content

Commit

Permalink
Isolate screenshot tool to venv for #575
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Oct 4, 2024
1 parent 0bc6ccf commit 4b0f00a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
ref: ${{ github.ref }}
- name: Build
run: sh ./bundledApps/MAKEFILE.sh -q
- name: Create venv for screenshot utility
run: |
python3 -m venv wailvenv
source wailvenv/bin/activate
- name: Install screenshot utility
run: pip3 install screenshot
- name: Run
Expand Down

0 comments on commit 4b0f00a

Please sign in to comment.