Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
quesnel committed Jul 2, 2024
1 parent 16c015a commit 674dc8f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Windows

on:
push:
branches: [ master, test ]
branches: [ master, test, win32 ]
pull_request:
branches: [ master, test ]
branches: [ master, test, win32 ]

jobs:
build:
Expand All @@ -19,7 +19,7 @@ jobs:
with:
submodules: recursive

- name: Install cmake
- name: Install CMake
uses: lukka/get-cmake@latest

- name: Prepare vcpkg
Expand All @@ -28,6 +28,7 @@ jobs:
vcpkgGitCommitId: 'f7423ee180c4b7f40d43402c2feb3859161ef625'
vcpkgTriplet: x64-windows
vcpkgJsonGlob: '**/vcpkg.json'
runVcpkgInstall: true

- name: Run CMake
uses: lukka/run-cmake@v10
Expand Down

0 comments on commit 674dc8f

Please sign in to comment.