Skip to content

Commit

Permalink
Use fix_osg_utf8_build openmw branch
Browse files Browse the repository at this point in the history
  • Loading branch information
elsid committed Mar 6, 2024
1 parent 924840e commit 16403d1
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 @@ -94,7 +94,7 @@ jobs:
- run: dir ${{ github.workspace }}/Qt/6.7.0/msvc2019_64

- 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

- uses: ilammy/msvc-dev-cmd@v1

Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
- run: dir ${{ github.workspace }}/Qt/6.7.0/msvc2019_64

- 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

- uses: ilammy/msvc-dev-cmd@v1

Expand Down

0 comments on commit 16403d1

Please sign in to comment.