forked from Telodendria/Telodendria
This commit is contained in:
parent
01fa950dc6
commit
1dc19ac070
2 changed files with 1 additions and 2 deletions
|
@ -17,6 +17,6 @@ outputs:
|
||||||
value: '${{ steps.install.outputs.compiler }}'
|
value: '${{ steps.install.outputs.compiler }}'
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
-run 'echo We are on "${{runner.os}}", requested "${{inputs.compiler}}" as CC'
|
- run: 'echo We are on "${{runner.os}}", requested "${{inputs.compiler}}" as CC'
|
||||||
- run: 'echo hi && setup "${{ runner.os }}" "${{inputs.compiler}}" "${{inputs.ssl}}"'
|
- run: 'echo hi && setup "${{ runner.os }}" "${{inputs.compiler}}" "${{inputs.ssl}}"'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
@ -11,7 +11,6 @@ jobs:
|
||||||
# Checks out Telodendria, and setups a basic build environment.
|
# Checks out Telodendria, and setups a basic build environment.
|
||||||
- name: Checking out Telodendria
|
- name: Checking out Telodendria
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- 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