Skip to content

Commit

Permalink
Fix for the build failures on the self-hosted Ubuntu 24.04 arm64 runn…
Browse files Browse the repository at this point in the history
…er for no restart (#304)

* Update build-python-packages.yml

* Update build-python-packages.yml

* fix for ubuntu 24.04 issue for no restart
  • Loading branch information
aparnajyothi-y committed Aug 29, 2024
1 parent b8cfd51 commit 8dd72e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dd72e5

Please sign in to comment.