forked from Telodendria/Telodendria
This commit is contained in:
parent
089942b8ef
commit
b488943e10
1 changed files with 0 additions and 2 deletions
|
@ -12,13 +12,11 @@ jobs:
|
||||||
- name: Checking out Telodendria
|
- name: Checking out Telodendria
|
||||||
uses: actions/checkout@v4
|
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:
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
ssl: openssl
|
ssl: openssl
|
||||||
|
|
||||||
# TODO: Implement all of this
|
# TODO: Implement all of this
|
||||||
# Compile out Cytoplasm
|
# Compile out Cytoplasm
|
||||||
#- name: Compiles Cytoplasm
|
#- name: Compiles Cytoplasm
|
||||||
|
|
Loading…
Reference in a new issue