mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-31 06:46:42 +00:00
Add missing build dir (#1284)
This commit is contained in:
1
.github/workflows/build-arm64.yaml
vendored
1
.github/workflows/build-arm64.yaml
vendored
@@ -13,6 +13,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: mkdir build
|
||||
- name: Download meta 🔧
|
||||
uses: luet-lab/luet-github-action@v0.3.1
|
||||
with:
|
||||
|
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@@ -13,6 +13,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: mkdir build
|
||||
- name: Download meta 🔧
|
||||
uses: luet-lab/luet-github-action@v0.3.0
|
||||
with:
|
||||
|
2
.github/workflows/pr.yaml
vendored
2
.github/workflows/pr.yaml
vendored
@@ -35,6 +35,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: mkdir build
|
||||
- name: Build packages 🔧
|
||||
uses: luet-lab/luet-github-action@v0.3.1
|
||||
with:
|
||||
@@ -58,6 +59,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: mkdir build
|
||||
- name: Build packages 🔧
|
||||
uses: luet-lab/luet-github-action@v0.3.1
|
||||
with:
|
||||
|
Reference in New Issue
Block a user