Skip to content

Commit

Permalink
github CI: use ilammy/msvc-dev-cmd
Browse files Browse the repository at this point in the history
Small simplification

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Feb 26, 2023
1 parent 55d16ac commit 86151aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 33 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/on_PR_windows_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,10 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Visual Studio shell
uses: egor-tensin/vs-shell@v2
uses: ilammy/msvc-dev-cmd@v1
with:
arch: ${{matrix.platform}}

- name: Set up Ninja
uses: ashutoshvarma/setup-ninja@master
with:
version: 1.10.0

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7

- name: Restore Conan cache
uses: actions/cache@v3
with:
Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/on_push_BasicWinLinMac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup Ninja
uses: ashutoshvarma/setup-ninja@master
with:
version: 1.10.0

- name: Set up Visual Studio shell
uses: egor-tensin/vs-shell@v2
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7

- name: Restore conan cache
uses: actions/cache@v3
with:
Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Visual Studio shell
uses: egor-tensin/vs-shell@v2

- name: Setup Ninja
uses: ashutoshvarma/setup-ninja@master
with:
version: 1.10.0

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
uses: ilammy/msvc-dev-cmd@v1

- name: Install doxygen
run: |
Expand Down

0 comments on commit 86151aa

Please sign in to comment.