mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-22 19:53:43 +08:00
feat: ci golang support
This commit is contained in:
parent
8249d577be
commit
61ee05f5b2
5
.github/workflows/windows_nightly.yml
vendored
5
.github/workflows/windows_nightly.yml
vendored
@ -41,6 +41,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: "18"
|
version: "18"
|
||||||
|
|
||||||
|
- name: Set up Golang
|
||||||
|
uses: actions/setup-go@v5
|
||||||
|
with:
|
||||||
|
go-version: 'stable'
|
||||||
|
|
||||||
- name: Flutter pub get
|
- name: Flutter pub get
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
- name: Flutter build runner
|
- name: Flutter build runner
|
||||||
|
Loading…
Reference in New Issue
Block a user