Install NASM for Windows releases.
Some checks failed
Tagged release / prepare-release (push) Failing after 3m7s
Tagged release / build-macos (push) Has been skipped
Tagged release / build-linux-arm64 (push) Has been skipped
Tagged release / build-linux-x64 (push) Has been skipped
Tagged release / build-windows (push) Has been skipped
Tagged release / publish-release (push) Has been skipped

This commit is contained in:
Hermes Agent
2026-08-14 10:32:30 +00:00
parent aee456cd93
commit f3a30bf19e
2 changed files with 6 additions and 0 deletions

View File

@@ -193,6 +193,11 @@ jobs:
- name: Install the release Rust target - name: Install the release Rust target
run: rustup toolchain install ${RUST_TOOLCHAIN} --profile minimal --target x86_64-pc-windows-msvc run: rustup toolchain install ${RUST_TOOLCHAIN} --profile minimal --target x86_64-pc-windows-msvc
- name: Install the Windows assembly toolchain
run: |
apt-get update
apt-get install --no-install-recommends --yes nasm
- name: Build, package, and upload Windows release - name: Build, package, and upload Windows release
env: env:
GITEA_API_URL: ${{ gitea.server_url }}/api/v1 GITEA_API_URL: ${{ gitea.server_url }}/api/v1

View File

@@ -124,6 +124,7 @@ fn tagged_releases_are_built_and_packaged_with_rust_tools() {
"aarch64-unknown-linux-gnu", "aarch64-unknown-linux-gnu",
"x86_64-unknown-linux-gnu", "x86_64-unknown-linux-gnu",
"cargo-xwin", "cargo-xwin",
"apt-get install --no-install-recommends --yes nasm",
"x86_64-pc-windows-msvc", "x86_64-pc-windows-msvc",
"bds-release", "bds-release",
"prepare", "prepare",