Skip to content

Commit

Permalink
FIX: It would help if it was actually server 2019 tho
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Jan 26, 2025
1 parent 39edd65 commit 09f1ea3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
build_type: [ Release ]
runs-on: windows-2022
runs-on: windows-2019

steps:
- name: Clone
Expand Down Expand Up @@ -55,8 +55,8 @@ jobs:
C:/Dreamweave/deps/SDL2-2.24.0/
C:/Dreamweave/deps/zlib-1.2.11-msvc2017-win64/
C:/Dreamweave/extern/raknet
C:/Dreamweave/MSVC2022_64_Ninja/deps/
C:/Dreamweave/MSVC2022_64_Ninja/*.ninja
C:/Dreamweave/MSVC2019_64_Ninja/deps/
C:/Dreamweave/MSVC2019_64_Ninja/*.ninja
key: ${{ runner.os }}-deps

- name: Install Building Dependencies
Expand All @@ -69,11 +69,11 @@ jobs:
- name: Configure
if: steps.cache-WinDeps.outputs.cache-hit == 'true'
run: |
CI/before_script.msvc.sh -C -V -N -k -p Win64 -v 2022 -d -e
CI/before_script.msvc.sh -C -V -N -k -p Win64 -v 2019 -d -e
- name: Build
run: |
cd MSVC2022_64_Ninja
cd MSVC2019_64_Ninja
source activate_msvc.sh
ninja -f build-${{ matrix.BUILD_TYPE }}.ninja
Expand Down

0 comments on commit 09f1ea3

Please sign in to comment.