Skip to content

Commit

Permalink
Prob ok to break system packages in an ephemeral runner
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Sep 4, 2024
1 parent ad4d177 commit 5d0bedb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,10 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- name: Activate virtualenv
run: |
python3 -m pip install virtualenv
virtualenv -p python3 ./wailenv
source wailenv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
- name: Build
run: sh ./bundledApps/MAKEFILE.sh -q
- name: Install screenshot utility
run: pip3 install screenshot
run: pip3 install --break-system-packages screenshot
- name: Run
working-directory: /Applications
run: |
Expand Down

0 comments on commit 5d0bedb

Please sign in to comment.