mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-01-13 19:50:28 +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
|
||||
with:
|
||||
version: "18"
|
||||
|
||||
- name: Set up NASM
|
||||
uses: ilammy/setup-nasm@v1
|
||||
- name: Flutter pub get
|
||||
run: flutter pub get
|
||||
- name: Flutter build runner
|
||||
@ -68,4 +69,3 @@ jobs:
|
||||
with:
|
||||
name: windows
|
||||
path: build/windows/x64/runner/Release
|
||||
|
||||
Loading…
Reference in New Issue
Block a user