Skip to content

Commit

Permalink
fix(ci): update chocolatey cmd on appveyor and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JCMais committed Dec 9, 2024
1 parent bc9f828 commit 4d02eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ install:
- echo 127.0.0.1 localhost >> C:\Windows\System32\drivers\etc\hosts
- echo ::1 localhost >> C:\Windows\System32\drivers\etc\hosts
# Get nasm
- cinst nasm -y
- choco install nasm -y
- set PATH=%PROGRAMFILES%\NASM;%PATH%
# in case above does not work
# - curl -L -o nasminst.exe http://libgd.blob.core.windows.net/nasm/nasm-2.07-installer.exe
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ npm install --global --production windows-build-tools

`nasm` can be obtained from their website, which is linked above, or using chocolatey:
```
cinst nasm
choco install nasm
```

Currently there is no support to use other libcurl version than the one provided by the [curl-for-windows](https://github.com/JCMais/curl-for-windows) submodule (help is appreciated on adding this feature).
Expand Down

0 comments on commit 4d02eef

Please sign in to comment.