Commit b13293d
authored
Fix: GSstreamer build script path resolution (#1263)
Using relative paths for build script made it
prone to fail and to produce unexpected results
when executed from different working directories.
Add a check to ensure the script always runs from
its own directory.
Fixes: 12098ba1 parent 5b058ab commit b13293d
File tree
2 files changed
+6
-0
lines changed- .github/scripts
- ecosystem/gstreamer_plugin
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
| |||
0 commit comments