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: