Skip to content

Commit

Permalink
Bundle screenshot utility execution in same command for #575
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Oct 4, 2024
1 parent 4c098a0 commit 015275e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ jobs:
ref: ${{ github.ref }}
- name: Build
run: sh ./bundledApps/MAKEFILE.sh -q
- name: Create venv for screenshot utility
- name: Create venv and install screenshot utility
run: |
python3 -m venv wailvenv
source wailvenv/bin/activate
- name: Install screenshot utility
run: python3 -m pip install screenshot
python3 -m pip install screenshot
- name: Run
working-directory: /Applications
run: |
Expand Down

0 comments on commit 015275e

Please sign in to comment.