Commit 59b6108
committed
Add explicit PATH to container
Workaround for actions/runner#3210 in https://github.com/alisw/alidist/blob/master/.github/workflows/check_untested_pkgs.yml
Fixes:
```
OCI runtime exec failed: exec failed: unable to start container process: exec: "sh": executable file not found in $PATH
```1 parent cdde5b8 commit 59b6108
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments