Skip to content

Commit

Permalink
use correct dir in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
X-sam committed Apr 20, 2024
1 parent 082812d commit 0cbc612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-multi-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ jobs:
path: git
submodules: recursive
fetch-depth: 0
- uses: ./.github/actions/init-environment
- uses: ./git/.github/actions/init-environment
id: vars
- 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}}
Expand Down

0 comments on commit 0cbc612

Please sign in to comment.