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:
aparnajyothi-y
2024-08-14 00:41:29 +05:30
committed by GitHub
parent c8a840c660
commit bb9054d05d

View File

@ -103,6 +103,9 @@ 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