We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8cfd51 commit 8dd72e5Copy full SHA for 8dd72e5
.github/workflows/build-python-packages.yml
@@ -103,9 +103,6 @@ jobs:
103
choco install 7zip -y
104
echo "C:\ProgramData\chocolatey\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
105
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
109
110
- name: Check out repository code
111
uses: actions/checkout@v4
0 commit comments