Add missing build dir (#1284)

This commit is contained in:
Itxaka
2025-02-21 17:33:43 +01:00
committed by GitHub
parent 2b223dd29a
commit d7f83971ff
3 changed files with 4 additions and 0 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: