From 4a5b9e5745803f6b5f0f20981cb8bf9d285507e9 Mon Sep 17 00:00:00 2001 From: frectonz Date: Wed, 28 Aug 2024 18:47:32 +0300 Subject: [PATCH] Revert "chore: update release workflow to install nasm" This reverts commit 9cc95a6231ab2cc0ae4f9ec63613aec44a797f0b. --- .github/workflows/release.yml | 3 --- Cargo.toml | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14f66ee..d1fb341 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -126,9 +126,6 @@ jobs: - name: Install dependencies run: | ${{ matrix.packages_install }} - - name: Install NASM on Windows - if: runner.os == 'Windows' - uses: ilammy/setup-nasm@v1 - name: Set up Node.js uses: actions/setup-node@v4 with: diff --git a/Cargo.toml b/Cargo.toml index 8c24953..e6c0183 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,3 +57,6 @@ install-updater = true allow-dirty = ["ci"] # Path that installers should place binaries in install-path = "CARGO_HOME" + +[workspace.metadata.dist.dependencies.chocolatey] +nasm = '*'