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:
aparnajyothi-y
2024-08-29 19:33:33 +05:30
committed by GitHub
parent b8cfd51f65
commit 8dd72e5592

View File

@ -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