Commit 7755b7f
authored
fix(install-runner.sh): support Debian (#5027)
Currently, when using the Debian OS, the existing `install-runner.sh`
script will take an additional 25s during start up as the script
attempts to install `libicu` via `dnf`
This PR adds support for the `debian` OS which is listed as a supported
OS in the GitHub docs:
https://docs.github.com/en/actions/reference/runners/self-hosted-runners#linux1 parent 07bd193 commit 7755b7f
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments