Skip to content

Commit

Permalink
Install screenshot dependency via py3 pip module
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Oct 4, 2024
1 parent 4b0f00a commit 4c098a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python3 -m venv wailvenv
source wailvenv/bin/activate
- name: Install screenshot utility
run: pip3 install screenshot
run: python3 -m pip install screenshot
- name: Run
working-directory: /Applications
run: |
Expand Down

0 comments on commit 4c098a0

Please sign in to comment.