mirror of
https://github.com/actions/python-versions.git
synced 2025-04-04 14:29:38 +00:00
Fix for the build failures on the self-hosted Ubuntu 24.04 arm64 runner for no restart (#304)
* Update build-python-packages.yml * Update build-python-packages.yml * fix for ubuntu 24.04 issue for no restart
This commit is contained in:
3
.github/workflows/build-python-packages.yml
vendored
3
.github/workflows/build-python-packages.yml
vendored
@ -103,9 +103,6 @@ jobs:
|
||||
choco install 7zip -y
|
||||
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
|
||||
uses: actions/checkout@v4
|
||||
|
Reference in New Issue
Block a user