Skip to content

Commit

Permalink
install dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed May 27, 2024
1 parent c44a753 commit 0e7d042
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/build-mysql-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ else
fi
fi

echo "::group::install dependencies"
(
set -eux
sudo apt-get install -y libtirpc-dev
)
echo "::endgroup::"

# detect the number of CPU Core
JOBS=$(nproc)

Expand Down

0 comments on commit 0e7d042

Please sign in to comment.