From 20d6c4dfb3889b52c949369b113c8ff9913bdee4 Mon Sep 17 00:00:00 2001 From: frectonz Date: Sat, 19 Oct 2024 09:13:04 +0300 Subject: [PATCH] chore: setup nasm --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf63d41..1cd971d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,8 +107,6 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} BUILD_MANIFEST_NAME: target/distrib/${{ join(matrix.targets, '-') }}-dist-manifest.json - AWS_LC_SYS_PREBUILT_NASM: 1 - RUSTFLAGS: ${{ join(matrix.targets, '-') == 'x86_64-pc-windows-msvc' && '-C link-arg=-lstdc++' || '' }} steps: - name: enable windows longpaths run: | @@ -140,6 +138,10 @@ jobs: run: | cd ui npm run build + + - name: Setup NASM + uses: ilammy/setup-nasm@v1 + - name: Build artifacts run: | # Actually do builds and make zips and whatnot