Skip to content

Commit 6ff6f70

Browse files
committed
dev
1 parent 6c3654b commit 6ff6f70

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,13 @@ jobs:
3131
- uses: actions/checkout@main
3232
- name: Conan Action
3333
uses: ./
34+
- name: Setup Ninja
35+
uses: turtlesec-no/get-ninja@3e85fb0044ada1440765803dd87c838edf79def8
36+
- name: Setup MSVC
37+
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756
3438
- name: Build
3539
run: test/ci_build.sh
40+
shell: bash
3641

3742
yamllint:
3843
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)