Skip to content

Commit

Permalink
fix(workflows): setup msvc for windows nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
devnote-dev committed Sep 19, 2023
1 parent 0cae58f commit 285a3b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
- name: Install Dependencies
run: shards install --production

- name: Setup MSVC Build Tools
uses: ilammy/msvc-dev-cmd@v1

- name: Install Lua
uses: leafo/gh-actions-lua@v10

Expand Down

0 comments on commit 285a3b5

Please sign in to comment.