Skip to content

Commit 22bb793

Browse files
committed
fix ci
1 parent c536deb commit 22bb793

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/win_tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,14 @@ jobs:
1111
runs-on: windows-2025
1212
steps:
1313
- name: Checkout Geodiff
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v6
1515

1616
- name: install deps
1717
run: |
1818
C:/vcpkg/vcpkg install sqlite3[rtree,fts3,json1] --triplet x64-windows
1919
C:/vcpkg/vcpkg integrate install
2020
dir "C:/vcpkg/installed/x64-windows/bin"
2121
22-
- name: set compiler environment
23-
shell: cmd
24-
run: |
25-
CALL "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=x86
26-
2722
- name: build geodiff
2823
shell: pwsh
2924
run: |

0 commit comments

Comments
 (0)