Skip to content

Commit d5dedf2

Browse files
committed
try full path to makensis on arm64
1 parent 38c708b commit d5dedf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
144144
- name: build installer
145145
run: |
146-
makensis //DFILE_SRC=$(cygpath -w "$PWD/build/bin") //DARCH=arm64 installers/windows/installer.nsi
146+
/clang64/bin/makensis //DFILE_SRC=$(cygpath -w "$PWD/build/bin") //DARCH=arm64 installers/windows/installer.nsi
147147
148148
- name: upload artifacts
149149
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)