Skip to content

Commit

Permalink
how do linux tho
Browse files Browse the repository at this point in the history
  • Loading branch information
X-sam committed Apr 20, 2024
1 parent 0cbc612 commit 9294f5b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-multi-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,11 +434,16 @@ jobs:
- name: Checkout repo into AppDir
uses: actions/checkout@v3
with:
path: git
submodules: recursive
fetch-depth: 0
- uses: ./git/.github/actions/init-environment
- uses: ./.github/actions/init-environment
id: vars
- name: Relocate
run: |
mkdir git
shopt -s extglob dotglob
mv !(git) git
shopt -u dotglob
- name: Download AppImage of Python designed for manylinux
run: wget -c https://github.com/niess/python-appimage/releases/download/${{steps.vars.outputs.python}}/${{steps.vars.outputs.python-appimage}}
- name: Extract the AppImage
Expand Down

0 comments on commit 9294f5b

Please sign in to comment.