modified: .github/workflows/build.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s
This commit is contained in:
parent
a7a9ab6143
commit
2842a1208f
24
.github/workflows/build.yml
vendored
24
.github/workflows/build.yml
vendored
@ -71,3 +71,27 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Add architecture
|
||||||
|
|
||||||
|
- name: Install packages
|
||||||
|
|
||||||
|
- name: Post Install
|
||||||
|
|
||||||
|
- name: Checkout
|
||||||
|
|
||||||
|
- name: SDK cache
|
||||||
|
|
||||||
|
- name: Install SDK
|
||||||
|
|
||||||
|
- name: Dependency cache
|
||||||
|
|
||||||
|
- name: Build depends
|
||||||
|
|
||||||
|
- name: Check security
|
||||||
|
|
||||||
|
- name: Check symbols
|
||||||
|
|
||||||
|
- name: Upload artifacts
|
||||||
|
|
||||||
|
- name: Download artifacts
|
||||||
|
Loading…
Reference in New Issue
Block a user