[TEST] More CI testing
Testing pushed commits / compile-all (push) Failing after 6s Details

This commit is contained in:
lda 2023-11-02 18:19:05 +01:00
parent 9139661046
commit b60e45538b
Signed by: lda
GPG Key ID: 6898757653ABE3E6
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ outputs:
value: '${{ steps.install.outputs.compiler }}'
runs:
- run: 'setup "${{ runner.os }}" "${{inputs.compiler}}" "${{inputs.ssl}}"'
- run: 'echo hi && setup "${{ runner.os }}" "${{inputs.compiler}}" "${{inputs.ssl}}"'
shell: bash