Skip to content

Commit

Permalink
Attempt to isolate pip-based build environemtn for #572
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Sep 4, 2024
1 parent 9eda87c commit 0cf4f51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- name: Install environment isolator
run: apt install pipx
- name: Build
run: sh ./bundledApps/MAKEFILE.sh -q
- name: Install screenshot utility
run: pip3 install screenshot
run: pipx install screenshot
- name: Run
working-directory: /Applications
run: |
Expand Down

0 comments on commit 0cf4f51

Please sign in to comment.