Skip to content

Commit

Permalink
少し修正
Browse files Browse the repository at this point in the history
  • Loading branch information
torikizi committed Feb 14, 2025
1 parent d70d9a2 commit 78cb252
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ jobs:
sudo apt-get update
sudo apt-get install -y software-properties-common
source /etc/os-release
# 20.04 は自前の libssl1.1 があるので不要
if [ $VERSION_ID != "20.04" ]; then
if [ "$VERSION_ID" != "20.04" ]; then
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
fi
Expand Down

0 comments on commit 78cb252

Please sign in to comment.