Skip to content

Commit

Permalink
windows ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed May 17, 2024
1 parent 8016938 commit a7afa9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

env:
BUILD_TYPE: Release
BUILD_TYPE: RelWithDebInfo
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

jobs:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
windows:
timeout-minutes: 15

runs-on: windows-latest
runs-on: windows-2019

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a7afa9a

Please sign in to comment.