Skip to content

Commit

Permalink
Need fxc on command line
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jul 26, 2024
1 parent bff9504 commit e041ae2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- uses: ilammy/msvc-dev-cmd@v1
with:
arch: amd64

- name: Configure CMake
working-directory: ${{ github.workspace }}
run: cmake -B out -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON
Expand Down

0 comments on commit e041ae2

Please sign in to comment.