windows ci fixes

This commit is contained in:
Green Sky 2024-05-18 01:25:58 +02:00
parent 801693867a
commit a7afa9a483
No known key found for this signature in database

View File

@ -7,7 +7,7 @@ on:
branches: [ master ] branches: [ master ]
env: env:
BUILD_TYPE: Release BUILD_TYPE: RelWithDebInfo
BRANCH_NAME: ${{ github.head_ref || github.ref_name }} BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
jobs: jobs:
@ -55,7 +55,7 @@ jobs:
windows: windows:
timeout-minutes: 15 timeout-minutes: 15
runs-on: windows-latest runs-on: windows-2019
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4