We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0bf2a commit 480da23Copy full SHA for 480da23
devops/actions/run-tests/benchmark/action.yml
@@ -111,6 +111,7 @@ runs:
111
name: ${{ inputs.ur_artifact }}
112
- name: Extract/Setup UR build archive
113
if: inputs.toolchain_artifact != ''
114
+ shell: bash
115
run: |
116
mkdir -p ur/install
117
tar -I '${{ inputs.ur_decompress_command }}' -xf ${{ inputs.ur_artifact_filename }} -C ur/install
0 commit comments