Commit dc3bd46
authored
fix: install in a different location for github actions (#250)
Something has changed in the /usr/local/bin permission
However, GitHub actions can modify on the fly the PATH using the
GITHUB_PATH env variable as explained in
https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path
Part of #2491 parent 1b9a5df commit dc3bd46
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
| 14 | + | |
14 | 15 | | |
| 16 | + | |
0 commit comments