Skip to content

Commit 5a2f395

Browse files
committed
ci: Setup MASM
1 parent 5d97041 commit 5a2f395

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
with:
2222
submodules: recursive
2323

24+
- uses: glslang/setup-masm@v1.2
25+
with:
26+
vs-architecture: 'x64'
27+
2428
- name: Configure CMake
2529
run: cmake -G "MinGW Makefiles" -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
2630

0 commit comments

Comments
 (0)