Skip to content

Commit

Permalink
Experimenting with github actions with vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Mar 8, 2024
1 parent 6d0234a commit 6ba6596
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- os: windows-latest
compiler: msvc
- os: macos-latest
compiler: clang
compiler: gcc
# - os: macos-latest
# compiler: clang

steps:
- name: Checkout code
Expand Down

0 comments on commit 6ba6596

Please sign in to comment.