Skip to content

Commit 19396c6

Browse files
authored
Add pip install folder back to PATH
1 parent 2925c2f commit 19396c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ jobs:
147147
run: |
148148
sudo apt-get update
149149
sudo apt-get install -y cmake
150+
echo "$HOME/.local/bin" >> $GITHUB_PATH
150151
151152
- name: Install meson and ninja
152153
run: |

0 commit comments

Comments
 (0)