Skip to content

Commit f7c9d78

Browse files
committed
validate-install-from-source: enforce bullseye
Based on [1], it appears that .NET is not yet supported on Debian Bookworm (12). As a result, attempting to install .NET in a container running Bookworm led to failures [2]. This change locks the validation workflow into using Bullseye to work around this issue. 1: https://learn.microsoft.com/en-us/dotnet/core/install/linux-debian#supported-distributions 2: https://github.com/ldennington/git-credential-manager/actions/runs/5326250435/jobs/9648032190
1 parent 0ae7f47 commit f7c9d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-install-from-source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
vector:
1616
- image: ubuntu
17-
- image: debian
17+
- image: debian:bullseye
1818
- image: fedora
1919
# Centos no longer officially maintains images on Docker Hub. However,
2020
# tgagor is a contributor who pushes updated images weekly, which should

0 commit comments

Comments
 (0)