We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e15d9 commit 0351c62Copy full SHA for 0351c62
1 file changed
.github/workflows/advanced-example.yml
@@ -66,7 +66,7 @@ jobs:
66
# so update apt without checking the acutal base_image value.
67
install: |
68
case "${{ matrix.distro }}" in
69
- ubuntu*|jessie|stretch|buster|bullseye|bookworm)
+ ubuntu*|jessie|stretch|buster|bullseye|bookworm|trixie)
70
apt-get update -q -y
71
apt-get install -q -y git
72
;;
0 commit comments