[FIX] Fix typo

This commit is contained in:
lda 2023-11-02 18:58:09 +01:00
parent 01fa950dc6
commit 1dc19ac070
Signed by: lda
GPG key ID: 6898757653ABE3E6
2 changed files with 1 additions and 2 deletions

View file

@ -17,6 +17,6 @@ outputs:
value: '${{ steps.install.outputs.compiler }}'
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}}"'
shell: bash

View file

@ -11,7 +11,6 @@ jobs:
# Checks out Telodendria, and setups a basic build environment.
- name: Checking out Telodendria
uses: actions/checkout@v4
- name: Setup build environment
uses: ./.gitea/actions/setup-build
with: