Setup MSVC env in Win TF build job
This commit is contained in:
parent
ed171b2efd
commit
f026c75dae
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -1409,6 +1409,8 @@ jobs:
|
||||
steps:
|
||||
- run: true
|
||||
if: needs.tensorflow_opt-Windows.outputs.status == 'found'
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
if: needs.tensorflow_opt-Windows.outputs.status == 'missing'
|
||||
- uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
msystem: MSYS
|
||||
|
Loading…
Reference in New Issue
Block a user