Commit 6b09349
authored
feat: skip-nix-install (#23)
We have some problems in our custom runner with this action so I've
tried it with skipping the installation via the included action and it
works in our runners (we do not use the GitHub provided ones, we are
using custom runners).
In case you are wondering which action we are using, we use:
`cachix/install-nix-action@v23` - I guess it has something to do with
the usage of `sudo` in the other action but I'm not 100% sure on that.
I'm also not sure about the differences between these two actions so
I've opted for the possibility to skip the installation rather than
changing the action as I guess you've put a lot of thought into which
action to use.
Edit: I need to correct myself, it's not because of `sudo` but because
of `systemd`. I tried to run the action without `systemd` by passing in
`init: none` and `planner: linux-multi` but I got other errors. So I
would prefer to be able to just skip the installation and use my own / a
different action to install `nix`.1 parent f013611 commit 6b09349
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
| 122 | + | |
119 | 123 | | |
120 | 124 | | |
121 | 125 | | |
| |||
0 commit comments