mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 06:49:39 +00:00
Fix for the build failures on the ubuntu 24.04 runner (#302)
* Update build-python-packages.yml * Update build-python-packages.yml
This commit is contained in:
3
.github/workflows/build-python-packages.yml
vendored
3
.github/workflows/build-python-packages.yml
vendored
@ -103,6 +103,9 @@ jobs:
|
|||||||
choco install 7zip -y
|
choco install 7zip -y
|
||||||
echo "C:\ProgramData\chocolatey\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
|
echo "C:\ProgramData\chocolatey\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
|
||||||
|
|
||||||
|
- name: Disable needrestart prompts
|
||||||
|
if: matrix.os == 'setup-actions-ubuntu24-arm64-2-core'
|
||||||
|
run: echo 'NEEDRESTART_MODE=a' | sudo tee /etc/needrestart/needrestart.conf
|
||||||
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Reference in New Issue
Block a user