Commit f7c9d78
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/96480321901 parent 0ae7f47 commit f7c9d78
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments