mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-01-14 04:00:27 +00:00
feat: add NASM for ci
This commit is contained in:
parent
fddaa99779
commit
8c4c11df6a
4
.github/workflows/windows_nightly.yml
vendored
4
.github/workflows/windows_nightly.yml
vendored
@ -40,7 +40,8 @@ jobs:
|
|||||||
uses: KyleMayes/install-llvm-action@v2
|
uses: KyleMayes/install-llvm-action@v2
|
||||||
with:
|
with:
|
||||||
version: "18"
|
version: "18"
|
||||||
|
- name: Set up NASM
|
||||||
|
uses: ilammy/setup-nasm@v1
|
||||||
- name: Flutter pub get
|
- name: Flutter pub get
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
- name: Flutter build runner
|
- name: Flutter build runner
|
||||||
@ -68,4 +69,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: windows
|
name: windows
|
||||||
path: build/windows/x64/runner/Release
|
path: build/windows/x64/runner/Release
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user