We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using ndisasm in my batch file, why it wasn't added to the PATH variable?
Last stable version of NASM includes that
name: Build on: push: pull_request: workflow_dispatch: jobs: build: if: "!contains(github.event.head_commit.message, '[ci skip]')" runs-on: windows-latest steps: - uses: actions/checkout@v2 - uses: ilammy/setup-nasm@v1 - name: Build project run: build.bat shell: cmd
'ndisasm' is not recognized as an internal or external command, operable program or batch file.
The text was updated successfully, but these errors were encountered:
ndisasm
Thanks for pointing it out 👍
I've published an updated v1.4.0 which installs ndisasm as well.
Sorry, something went wrong.
No branches or pull requests
I'm using ndisasm in my batch file, why it wasn't added to the PATH variable?
Last stable version of NASM includes that

The text was updated successfully, but these errors were encountered: