Skip to content

Commit

Permalink
correct syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Sep 11, 2024
1 parent ee89ef8 commit 8b0896c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
cxx-compiler: "cl.exe"
cmake-build-type: "Release"
cmake-build-flag: "-A x64"
#- name: macos
# os: macos-14
# c-compiler: "clang"
# cxx-compiler: "clang++"
# cmake-build-type: "Release"
# cmake-build-flag: ""
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 8b0896c

Please sign in to comment.