diff --git a/.github/workflows/utils.yml b/.github/workflows/utils.yml index 86bd67fcc1..4683a4e324 100644 --- a/.github/workflows/utils.yml +++ b/.github/workflows/utils.yml @@ -29,9 +29,7 @@ jobs: - name: Clone libmysofa run: | - git clone https://github.com/hoene/libmysofa.git - cd libmysofa - git checkout 2297dd8224ccf42882a2546f2c7ee02e7ab0d1ba + git clone https://github.com/hoene/libmysofa.git --branch v1.3.3 - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v1.1.3