Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaCabiddu committed Oct 9, 2023
2 parents ae62ed0 + 9ecf513 commit aa75218
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: windows-build

on:
workflow_dispatch:
push:
paths:
- examples/**
Expand All @@ -23,7 +24,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -G "Visual Studio 17 2022" ../phreesqlexe/
cmake -G "Visual Studio 17 2022" ../phreesqlexe/
- name: build
run: |
cd build
Expand Down

0 comments on commit aa75218

Please sign in to comment.