Skip to content

Commit

Permalink
ci: fix windows build by adding setup step for developer command prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgeiler committed Apr 6, 2024
1 parent f705745 commit 6bbdf21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

# This will be ignored on platforms other than Windows
- name: Setup Microsoft Visual C++ Developer Command Prompt
uses: ilammy/[email protected]

- name: Setup Lua
uses: leafo/[email protected]
with:
Expand Down

0 comments on commit 6bbdf21

Please sign in to comment.