diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 84ae3e5..365be3f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 @@ -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