Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
  • Loading branch information
geofjamg committed Nov 20, 2023
1 parent 6da2611 commit 3030c45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
artifact_name: libmath.dylib,
artifact_path: osx_64
}
# - {
# name: windows,
# os: windows-2019,
# artifact_name: math.dll,
# artifact_path: windows_64
# }
- {
name: windows,
os: windows-2019,
artifact_name: math.dll,
artifact_path: windows_64
}

steps:
# by default ubuntu 18.04 is shipped with cmake 3.10, to get a more recent version we get it from kitware repo
Expand Down

0 comments on commit 3030c45

Please sign in to comment.