Skip to content

Commit

Permalink
fix: update builder to correctly use python version
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Sep 11, 2024
1 parent 3429aac commit d0317a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/prepare-msys/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Setup msys2
uses: msys2/setup-msys2@v2
with:
path-type: strict # Important to correctly update PATH
path-type: inherit # Important to correctly update PATH
install: >-
base-devel
git
Expand All @@ -23,4 +23,4 @@ runs:
- name: Prepare env
shell: 'msys2 {0}'
run: |
echo "export PATH=/c/Users/runneradmin/.cargo/bin:/mingw64/bin:/usr/bin:/usr/local/bin:/c/Windows/System32" >> ${HOME}/.bash_profile
echo "export PATH=/c/Users/runneradmin/.cargo/bin:/mingw64/bin:${PATH}" >> ${HOME}/.bash_profile

0 comments on commit d0317a2

Please sign in to comment.