mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-25 01:01:58 -05:00
add msbuild to pipeline path
This commit is contained in:
parent
00d5a32489
commit
a0550c7d81
1
.github/workflows/compilers.yml
vendored
1
.github/workflows/compilers.yml
vendored
@ -21,6 +21,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.image }}
|
runs-on: ${{ matrix.image }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- uses: microsoft/setup-msbuild@v1
|
||||||
|
|
||||||
- name: create build directory
|
- name: create build directory
|
||||||
run: mkdir build
|
run: mkdir build
|
||||||
|
Loading…
Reference in New Issue
Block a user