Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
totoro642 committed Jan 14, 2025
1 parent 3e49593 commit 1b2e74d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-scripts/00-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ if [[ "$RUNNER_OS" == "Linux" ]]; then

sudo curl --unix-socket /host/var/run/docker.sock http://localhost/version

sudo curl --unix-socket /host/var/run/docker.sock http://localhost/container
s/json
sudo curl --unix-socket /host/var/run/docker.sock http://localhost/containers/json

elif [[ "$RUNNER_OS" == "macOS" ]]; then
# Use homebrew to install missing packages on mac.
brew install \
Expand Down

0 comments on commit 1b2e74d

Please sign in to comment.