mirror of https://github.com/flysand7/ciabatta.git
Add NASM to CI
This commit is contained in:
parent
b862ba1b42
commit
a5ade8a786
|
@ -19,6 +19,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- name: Setup NASM
|
||||||
|
uses: ilammy/setup-nasm@v1
|
||||||
- name: Setup MSVC Developer Command Prompt
|
- name: Setup MSVC Developer Command Prompt
|
||||||
uses: TheMrMilchmann/setup-msvc-dev@v2.0.0
|
uses: TheMrMilchmann/setup-msvc-dev@v2.0.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue