Skip to content

Commit 3ee0b23

Browse files
Michael Vasseurvmcj
authored andcommitted
GitHub CI does not runs on ubuntu instead of alpine
1 parent d54511a commit 3ee0b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-domjudge-container-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "I don't know which version to pick!"
3939
exit 1
4040
fi
41-
apk add jq curl
41+
sudo apt update; sudo apt install jq curl -y
4242
set -x
4343
HUBURL="https://registry.hub.docker.com/v2/repositories/domjudge/domserver/tags"
4444
TAG=$(curl $HUBURL|jq '.results | sort_by(.name) | .[length-2].name')

0 commit comments

Comments
 (0)