Skip to content

Commit d30f224

Browse files
committed
dev
1 parent f41cfeb commit d30f224

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
using: "composite"
1010
steps:
1111
- name: "Setup pipx"
12-
if: runner.os == "Linux"
12+
if: ${{ runner.os == "Linux" }}
1313
run: |
1414
apt-get update
1515
apt-get install -y pipx

0 commit comments

Comments
 (0)