Skip to content

Commit

Permalink
Merge pull request #431 from moonbitlang/setup_msvc_for_test_on_main
Browse files Browse the repository at this point in the history
ci: setup msvc for test-on-main
  • Loading branch information
Young-Flash authored Oct 29, 2024
2 parents 3be14fb + 924e69f commit 2879f52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-on-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ jobs:
"$env:USERPROFILE\.moon\bin" | Out-File -FilePath $env:GITHUB_PATH -Append
"$env:GITHUB_WORKSPACE\target\debug" | Out-File -FilePath $env:GITHUB_PATH -Append
- name: Setup MSVC
if: ${{ matrix.os == 'windows-latest' }}
uses: ilammy/msvc-dev-cmd@v1

- name: Build
run: cargo build
- name: Versions
Expand Down

0 comments on commit 2879f52

Please sign in to comment.