Skip to content

Commit 27798b8

Browse files
committed
added missing shell call
1 parent 7a2c9f1 commit 27798b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@ runs:
3434
key: pygl-${{ inputs.python_version }}-${{ inputs.version }}
3535

3636
- name: Install GardenLinux Python library
37+
shell: bash
3738
run: |
3839
pip install --user \
3940
https://github.com/gardenlinux/python-gardenlinux-lib/releases/download/${{ inputs.version }}/gardenlinux-${{ inputs.version }}-py3-none-any.whl
4041
4142
- name: Debug
43+
shell: bash
4244
run: |
4345
ls -l ~/.local/bin
4446
echo $PATH

0 commit comments

Comments
 (0)