We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d64089 commit 6c3654bCopy full SHA for 6c3654b
2 files changed
.github/workflows/ci.yml
@@ -24,6 +24,16 @@ jobs:
24
- name: Build
25
run: test/ci_build.sh
26
27
+ build_msvc:
28
+ runs-on: windows-latest
29
+ name: "msvc"
30
+ steps:
31
+ - uses: actions/checkout@main
32
+ - name: Conan Action
33
+ uses: ./
34
+ - name: Build
35
+ run: test/ci_build.sh
36
+
37
yamllint:
38
runs-on: ubuntu-latest
39
steps:
action.yml
@@ -14,7 +14,6 @@ runs:
14
apt-get update
15
apt-get install -y pipx
16
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
17
- # export PATH="${HOME}/.local/bin:${PATH}"
18
shell: bash
19
- name: "Setup Conan"
20
run: |
0 commit comments