diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fd04d9f..9ec90b6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -93,7 +93,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 @@ -224,7 +224,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