Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nic11 committed Dec 22, 2024
1 parent 1f6e132 commit 7b7e45e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr-ubuntu-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,11 @@ jobs:
# get base image for this distro (or build configuration, in case with skymp-deps)
base_image="`misc/deps_linux/${{ matrix.base_system }}.sh --get-image-uri`"
docker run -i \
docker run \
--name prepare_deps_container \
-v "${{github.workspace}}:/src" \
"$base_image" \
bash -c bash \
'misc/deps_linux/${{ matrix.base_system }}.sh --ensure-deps-noninteractive'
'misc/deps_linux/${{ matrix.base_system }}.sh' '--ensure-deps-noninteractive'
docker commit prepare_deps_container localhost/buildimage
Expand Down
2 changes: 2 additions & 0 deletions misc/deps_linux/ubuntu-vcpkg-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ if [[ "$1" == "--ensure-deps-noninteractive" ]]; then
exit 1
fi
# Nothing to prepare, vcpkg-deps image already contains all we need
echo hi
exit 2
fi

0 comments on commit 7b7e45e

Please sign in to comment.