Skip to content

Commit

Permalink
ok don't force gid
Browse files Browse the repository at this point in the history
  • Loading branch information
nic11 committed Dec 22, 2024
1 parent a7e7603 commit d0bdd1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr-ubuntu-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
-v "${{github.workspace}}:/src" \
-e "CI=$CI" \
-e "CREATE_UID=`id -u`" \
-e "CREATE_GID=`id -g`" \
"$base_image" \
'/src/misc/deps_linux/${{ matrix.base_system }}.sh' '--ensure-deps-noninteractive'
Expand Down
2 changes: 1 addition & 1 deletion misc/deps_linux/archlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ "$1" == "--ensure-deps-noninteractive" ]]; then
set -x
PACMAN_ARGS="--noconfirm"
pacman -Syu $PACMAN_ARGS sudo
useradd -m skymp -u $CREATE_UID -g $CREATE_GID
useradd -m skymp -u $CREATE_UID
chown -R skymp:skymp /src

cat /etc/passwd
Expand Down

0 comments on commit d0bdd1c

Please sign in to comment.