parent
9d640a49a5
commit
32391f9449
2 changed files with 4 additions and 4 deletions
|
|
@ -79,9 +79,9 @@ else
|
||||||
# "fix" the following error when running nix*
|
# "fix" the following error when running nix*
|
||||||
# error: the group 'nixbld' specified in 'build-users-group' does not exist
|
# error: the group 'nixbld' specified in 'build-users-group' does not exist
|
||||||
add_config "build-users-group ="
|
add_config "build-users-group ="
|
||||||
sudo mkdir -p /etc/nix
|
mkdir -p /etc/nix
|
||||||
sudo chmod 0755 /etc/nix
|
chmod 0755 /etc/nix
|
||||||
sudo cp "$workdir/nix.conf" /etc/nix/nix.conf
|
cp "$workdir/nix.conf" /etc/nix/nix.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n "${INPUT_INSTALL_OPTIONS:-}" ]]; then
|
if [[ -n "${INPUT_INSTALL_OPTIONS:-}" ]]; then
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node: ["20"]
|
node: ["20"]
|
||||||
emacs-version: [26.3, 27.2, 28.2, 29.1, snapshot]
|
emacs-version: ["29.1"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue