Skip to content

Commit

Permalink
Try to put all in one CI test file
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele77 committed Oct 17, 2024
1 parent 2cc6aa7 commit 4b7c604
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unix_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up MSVC
if: runner.os == 'Windows'
uses: ilammy/msvc-dev-cmd@v1

- name: Setup Cpp
uses: aminya/setup-cpp@v1
with:
Expand Down

0 comments on commit 4b7c604

Please sign in to comment.