Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Me4-test authored Aug 7, 2024
1 parent 8b2318c commit bbac142
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/actions/build_moltenvk_dxvk/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ runs:
patch -p1 < ${{ github.workspace }}/0003-fixes-for-mingw-gcc-12.patch
popd
- name: Set python version
shell: bash
run: |
python3 --version
brew install pyenv
pyenv install 3.11.5
pyenv local 3.11.5
PATH="~/.pyenv/shims:${PATH}"
python3 --version
############ Build and Install MoltenVK ##############
- name: Build MoltenVK
shell: bash
Expand Down

0 comments on commit bbac142

Please sign in to comment.