Skip to content

Commit

Permalink
Use fix_osg_utf8_build for openmw
Browse files Browse the repository at this point in the history
  • Loading branch information
elsid committed Mar 7, 2024
1 parent f748fbc commit 9215f83
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 @@ -71,7 +71,7 @@ jobs:
path: ${{ github.workspace }}/openmw-deps-vcpkg-x64-windows-static-${{ github.sha }}.7z

- name: Clone OpenMW repository
run: git clone https://gitlab.com/OpenMW/openmw.git ${{ github.workspace }}/openmw
run: git clone --branch fix_osg_utf8_build https://gitlab.com/elsid/openmw.git ${{ github.workspace }}/openmw

- run: mkdir -p ${{ github.workspace }}/Qt

Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
path: ${{ github.workspace }}/openmw-deps-vcpkg-x64-windows-${{ github.sha }}.7z

- name: Clone OpenMW repository
run: git clone https://gitlab.com/OpenMW/openmw.git ${{ github.workspace }}/openmw
run: git clone --branch fix_osg_utf8_build https://gitlab.com/elsid/openmw.git ${{ github.workspace }}/openmw

- run: mkdir -p ${{ github.workspace }}/Qt

Expand Down

0 comments on commit 9215f83

Please sign in to comment.