Skip to content

Commit

Permalink
Rm redundant py architure reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Oct 4, 2024
1 parent a3e1821 commit 21a8338
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Report Python architectures before venv
- name: Report available Python architecture(s)
run: file `which python3`
- name: Create venv to isolate Python dependencies
run: |
python3 -m venv wailvenv
source wailvenv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
- name: Report Python architectures after venv
run: file `which python3`
- name: Build
run: sh ./bundledApps/MAKEFILE.sh -q
- name: Install screenshot utility
Expand Down

0 comments on commit 21a8338

Please sign in to comment.