Skip to content

Commit

Permalink
Update B2 installation command to use --break-system-packages option …
Browse files Browse the repository at this point in the history
…in build workflow
  • Loading branch information
nullchinchilla committed Sep 4, 2024
1 parent dd02a4b commit 0fcd1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
./build-macos.bash
- name: Install and configure B2
run: |
pip3 install --upgrade b2
pip3 install --upgrade b2 --break-system-packages
b2 authorize-account ${{ secrets.B2_KEYID }} ${{ secrets.B2_APPKEY }}
- name: Upload to B2
run: b2 upload-file geph-dl macos/geph-macos.zip STAGING/geph-macos.zip
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
flatpak build-bundle repo io.geph.GephGui.flatpak io.geph.GephGui --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
- name: Install and configure B2
run: |
sudo pip3 install --upgrade b2
sudo pip3 install --upgrade b2 --break-system-packages
b2 authorize-account ${{ secrets.B2_KEYID }} ${{ secrets.B2_APPKEY }}
- name: Upload to B2
run: b2 upload-file geph-dl io.geph.GephGui.flatpak STAGING/Geph-x86_64.flatpak
Expand Down

0 comments on commit 0fcd1ca

Please sign in to comment.