Update windows-arm64-msys2.yml

This commit is contained in:
deepend-tildeclub
2026-01-12 15:35:28 -07:00
committed by GitHub
parent d5f449180a
commit 2e5454e872

View File

@@ -41,7 +41,6 @@ jobs:
set -euxo pipefail set -euxo pipefail
export PATH="/clangarm64/bin:$PATH" export PATH="/clangarm64/bin:$PATH"
# Sanity: ensure we're using the CLANGARM64 msgfmt (with ITS data)
which msgfmt which msgfmt
msgfmt --version msgfmt --version
@@ -52,7 +51,7 @@ jobs:
-Dwith-upd=false \ -Dwith-upd=false \
-Dwith-perl=false \ -Dwith-perl=false \
-Dc_link_args=-lwinpthread \ -Dc_link_args=-lwinpthread \
-Dcxx_link_args=-lwinpthread -Dcpp_link_args=-lwinpthread
- name: Build - name: Build
run: | run: |