8000 Fix for the build failures on the self-hosted Ubuntu 24.04 arm64 runn… · actions/python-versions@8dd72e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8dd72e5

Browse files
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
1 parent b8cfd51 commit 8dd72e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-python-packages.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ jobs:
103103
choco install 7zip -y
104104
echo "C:\ProgramData\chocolatey\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
105105
106-
- name: Disable needrestart prompts
107-
if: matrix.os == 'setup-actions-ubuntu24-arm64-2-core'
108-
run: echo 'NEEDRESTART_MODE=a' | sudo tee /etc/needrestart/needrestart.conf
109106
110107
- name: Check out repository code
111108
uses: actions/checkout@v4

0 commit comments

Comments
 (0)
0