Skip to content

Commit

Permalink
philipperemy#5 Fix Windows Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
0rangeFox committed Apr 30, 2021
1 parent 5a70c15 commit d31baa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows-cmake-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
strategy:
matrix:
os: [windows-2019, windows-2016]
link: [static, shared]

steps:
- uses: actions/checkout@v2
with:
submodules: true

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit d31baa9

Please sign in to comment.