Skip to content

Commit 6c3654b

Browse files
committed
ci
1 parent 0d64089 commit 6c3654b

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ jobs:
2424
- name: Build
2525
run: test/ci_build.sh
2626

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+
2737
yamllint:
2838
runs-on: ubuntu-latest
2939
steps:

action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ runs:
1414
apt-get update
1515
apt-get install -y pipx
1616
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
17-
# export PATH="${HOME}/.local/bin:${PATH}"
1817
shell: bash
1918
- name: "Setup Conan"
2019
run: |

0 commit comments

Comments
 (0)