File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 test_task : test-bundled-gems
4040 fail-fast : false
4141
42- runs-on : windows-${{ matrix.os < 2022 && '2019' || matrix.os }}
42+ runs-on : windows-${{ matrix.os }}
4343
4444 if : >-
4545 ${{!(false
9494
9595 - name : Install libraries with vcpkg
9696 run : |
97- vcpkg install --vcpkg-root=C:\Users\runneradmin \scoop\apps\vcpkg\current
97+ vcpkg install --vcpkg-root=%USERPROFILE% \scoop\apps\vcpkg\current
9898 working-directory : src
9999
100100 - name : Save vcpkg artifact
@@ -184,7 +184,7 @@ jobs:
184184 - name : Set up Launchable
185185 uses : ./.github/actions/launchable/setup
186186 with :
187- os : windows-${{ matrix.os < 2022 && '2019' || matrix.os }}
187+ os : windows-${{ matrix.os }}
188188 launchable-token : ${{ secrets.LAUNCHABLE_TOKEN }}
189189 builddir : build
190190 srcdir : src
You can’t perform that action at this time.
0 commit comments