Skip to content

Commit

Permalink
Fix windows msvc build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Dec 16, 2023
1 parent 7383d05 commit 43c0801
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ jobs:
with:
key: perceptual-convolution-build-${{ matrix.name }}

# - name: Setup Visual Studio
# if: runner.os == 'Windows'
# uses: egor-tensin/vs-shell@v2
# with:
# arch: x64
- name: Setup Visual Studio
if: matrix.name == 'Windows MSVC'
uses: egor-tensin/vs-shell@v2
with:
arch: x64

- name: Print native arch flags (GCC)
if: contains(matrix.name, 'Coverage')
Expand Down

0 comments on commit 43c0801

Please sign in to comment.