Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit 376434f

Browse files
author
Ethan
committed
Force github build to use MSVC
1 parent ccdb34a commit 376434f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/prerelease-compiler.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
18+
19+
- uses: ilammy/msvc-dev-cmd@v1
1820

1921
- name: Configure CMake
2022
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

0 commit comments

Comments
 (0)