Skip to content

Commit e8d3352

Browse files
committed
Try to fix the Windows build
1 parent d27cdad commit e8d3352

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
with:
2222
python-version: ${{ env.PYTHON_VERSION }}
2323

24-
- name: "Setup NASM for windows"
25-
uses: ilammy/setup-nasm@v1
24+
- name: Install deps
25+
run: choco install nasm
2626

2727
- uses: actions/checkout@v5
2828
with:

qode/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function compileMac() {
9999
}
100100

101101
function compileWin() {
102-
execSync(`.\\vcbuild release small-icu`, {
102+
execSync(`.\\vcbuild clang_cl small-icu`, {
103103
cwd: path.resolve(__dirname, '..'),
104104
});
105105

0 commit comments

Comments
 (0)