Skip to content

Commit

Permalink
Revert "chore: update release workflow to install nasm"
Browse files Browse the repository at this point in the history
This reverts commit 9cc95a6.
  • Loading branch information
frectonz committed Aug 28, 2024
1 parent 9cc95a6 commit 4a5b9e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '*'

0 comments on commit 4a5b9e5

Please sign in to comment.