mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-20 00:02:18 +00:00
ci(netty): use setuid sudo wrapper for deploy
Made-with: Cursor
This commit is contained in:
parent
ab724b4ac1
commit
92a3a6a4b3
2 changed files with 1 additions and 2 deletions
2
.github/workflows/quality.yml
vendored
2
.github/workflows/quality.yml
vendored
|
|
@ -61,4 +61,4 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
sudo nixos-rebuild switch --flake ".#netty"
|
/run/wrappers/bin/sudo /run/current-system/sw/bin/nixos-rebuild switch --flake ".#netty"
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,6 @@ in
|
||||||
ripgrep
|
ripgrep
|
||||||
rustup
|
rustup
|
||||||
stdenv.cc
|
stdenv.cc
|
||||||
sudo
|
|
||||||
unzip
|
unzip
|
||||||
uv
|
uv
|
||||||
wget
|
wget
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue