From 1dc19ac0700e8725e9b95e34328c89fbab0b9d90 Mon Sep 17 00:00:00 2001 From: Load Accumulator Date: Thu, 2 Nov 2023 18:58:09 +0100 Subject: [PATCH] [FIX] Fix typo --- .gitea/actions/setup-build/action.yml | 2 +- .gitea/workflows/test-push.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/actions/setup-build/action.yml b/.gitea/actions/setup-build/action.yml index 8d8fd69..ea500c3 100644 --- a/.gitea/actions/setup-build/action.yml +++ b/.gitea/actions/setup-build/action.yml @@ -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 diff --git a/.gitea/workflows/test-push.yaml b/.gitea/workflows/test-push.yaml index be87a22..6911de2 100644 --- a/.gitea/workflows/test-push.yaml +++ b/.gitea/workflows/test-push.yaml @@ -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: