Commit 2cc0f4d
committed
Fix for GitHub Actions failing for GCC build tools
GitHub Actions failing for GCC build tools
Ref: tianocore#22
GitHub actions for the GCC build is failing with an error saying
'python3-distutils has no installation candidate'.
This package is not available in the ubunutu package version 24.04.
The action has been set to runs on ubuntu-latest which was using 22.04
version earlier has switched to use 24.04 version since last 2 days.
So to fix the issue updated the runs on parameter in .yaml file
to use 22.04 version of ubuntu.
Signed-off-by: Jayaprakash N <[email protected]>1 parent d25f970 commit 2cc0f4d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments