Skip to content

Commit 480da23

Browse files
committed
bug fix
1 parent da0bf2a commit 480da23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devops/actions/run-tests/benchmark/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ runs:
111111
name: ${{ inputs.ur_artifact }}
112112
- name: Extract/Setup UR build archive
113113
if: inputs.toolchain_artifact != ''
114+
shell: bash
114115
run: |
115116
mkdir -p ur/install
116117
tar -I '${{ inputs.ur_decompress_command }}' -xf ${{ inputs.ur_artifact_filename }} -C ur/install

0 commit comments

Comments
 (0)