|
@@ -7,18 +7,18 @@ on:
|
|
|
|
|
|
jobs:
|
|
jobs:
|
|
build_windows:
|
|
build_windows:
|
|
- runs-on: windows-2019
|
|
|
|
|
|
+ runs-on: windows-2022
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- uses: actions/checkout@v1
|
|
- name: build Odin
|
|
- name: build Odin
|
|
shell: cmd
|
|
shell: cmd
|
|
run: |
|
|
run: |
|
|
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
|
|
|
|
|
|
+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat
|
|
./build.bat 1 1
|
|
./build.bat 1 1
|
|
- name: Odin run
|
|
- name: Odin run
|
|
shell: cmd
|
|
shell: cmd
|
|
run: |
|
|
run: |
|
|
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
|
|
|
|
|
|
+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat
|
|
odin run examples/demo
|
|
odin run examples/demo
|
|
- name: Copy artifacts
|
|
- name: Copy artifacts
|
|
run: |
|
|
run: |
|