We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3654b commit 6ff6f70Copy full SHA for 6ff6f70
.github/workflows/ci.yml
@@ -31,8 +31,13 @@ jobs:
31
- uses: actions/checkout@main
32
- name: Conan Action
33
uses: ./
34
+ - name: Setup Ninja
35
+ uses: turtlesec-no/get-ninja@3e85fb0044ada1440765803dd87c838edf79def8
36
+ - name: Setup MSVC
37
+ uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756
38
- name: Build
39
run: test/ci_build.sh
40
+ shell: bash
41
42
yamllint:
43
runs-on: ubuntu-latest
0 commit comments