Skip to content

Commit

Permalink
fix missing shell
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Mar 1, 2024
1 parent b2fe6af commit 4f05c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-tooling/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,10 @@ runs:

- name: Add Python3 Shortcut (ARM)
if: ${{ contains(runner.arch, 'arm') }}
shell: bash
run: |
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1
- name: Unset Environment variables
shell: bash
run: |
Expand Down

0 comments on commit 4f05c13

Please sign in to comment.