From 16403d15b9c02893d08030bf6dd3f15fa56c0659 Mon Sep 17 00:00:00 2001 From: elsid Date: Wed, 6 Mar 2024 20:55:00 +0100 Subject: [PATCH] Use fix_osg_utf8_build openmw branch --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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