forked from lda/telodendria
[TEST] Try checking out Telodendria first
This commit is contained in:
parent
b60e45538b
commit
3e1ff735ed
1 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,11 @@ jobs:
|
||||||
# TODO: More architectures
|
# TODO: More architectures
|
||||||
runs-on: debian
|
runs-on: debian
|
||||||
steps:
|
steps:
|
||||||
# Setups a basic build environment.
|
# Checks out Telodendria, and setups a basic build environment.
|
||||||
|
- name: Checking out Telodendria
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- run: "Setting up basic environment"
|
||||||
- name: Setup build environment
|
- name: Setup build environment
|
||||||
uses: ./.gitea/actions/setup-build
|
uses: ./.gitea/actions/setup-build
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue