diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2adbb10f1d..f41b0b59b5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -40,15 +40,22 @@ jobs: 2.1.x 3.1.x 5.0.x - - uses: actions/setup-go@v5 - with: - go-version: 'stable' - name: Prepare for build shell: cmd working-directory: Build run: build64.bat /t:WriteNonlocalDevelopmentPropertiesFile + - name: Copy fonts for views tests + shell: cmd + run: | + echo "Starting user font installation." + mkdir %localappdata%\Microsoft\Windows\Fonts + copy DistFiles\Graphite\pl\piglatin.ttf "%localappdata%\Microsoft\Windows\Fonts" + dir "%localappdata%\Microsoft\Windows\Fonts" + echo "User font installation complete." + + - name: Build Debug and run tests id: build_and_test shell: powershell