Skip to content

Releases: ilammy/setup-nasm

setup-nasm v1.5.1

01 Jan 03:02
v1.5.1
Compare
Choose a tag to compare

setup-nasm v1.5.0

01 Jan 03:02
v1.5.0
Compare
Choose a tag to compare
  • Update package-lock.json (#39)
  • Update default nasm version (#38)

New contributors:

setup-nasm v1.4.0

22 Oct 06:06
v1.4.0
Compare
Choose a tag to compare
  • Build and/or install ndisasm (#31, fixes #29)
  • Update to Node.js 16 (#32, fixes #30)

setup-nasm v1.3.1

04 Sep 07:07
v1.3.1
Compare
Choose a tag to compare

setup-nasm v1.3.0

10 Apr 04:26
v1.3.0
Compare
Choose a tag to compare
  • Use NASM mirror to download binaries & tarballs (fixes #22)
  • Updated dependencies (#19, #20, #23)

setup-nasm v1.2.1

10 Oct 06:30
v1.2.1
Compare
Choose a tag to compare
  • Downgraded warning about missing binaries to an info message (#16, alleviating #12)

Welcome @ShootingKing-AM to the contributors club!

setup-nasm v1.2.0

13 Nov 13:42
v1.2.0
9a15c8c
Compare
Choose a tag to compare
  • Dependency updates to fix up minor security vulnerabilities (#6, #9)
  • Support building NASM 2.15+ from source code (#10)
  • Update default NASM version from 2.14.02 to 2.15.05 (#8)

Thanks to @EwoutH for keeping things up to date!

setup-nasm v1.1.0

26 Sep 17:10
Compare
Choose a tag to compare
  • Dependency updates to fix up minor vulnerabilities (#2, #3, #4)
  • Fixed an issue with binary installation of old NASM version on macOS (#5)

setup-nasm v1.0.0

29 Sep 22:58
Compare
Choose a tag to compare

Initial release.

Now you are able to install NASM in one line and one second. No more chocolatey install nasm or writing build scripts manually.

- uses: ilammy/setup-nasm@v1

This release is pretty much feature complete, for the current state of GitHub Actions. We support Linux, macOS, and Windows virtual environments. Working NASM is available everywhere. Builds from source do not work with Windows, but that's not a big issue currently.