Compare commits

...

4 Commits

Author SHA1 Message Date
aparnajyothi-y
27021dcea9 Merge branch 'main' into ubuntu-24.04-build-failure-fix 2024-08-29 13:37:29 +05:30
Aparna Jyothi
3d38d040a7 fix for ubuntu 24.04 issue for no restart 2024-08-29 13:16:58 +05:30
aparnajyothi-y
15da69164a Update build-python-packages.yml 2024-08-13 18:48:31 +05:30
aparnajyothi-y
77a5f8b588 Update build-python-packages.yml 2024-08-09 12:12:49 +05:30

View File

@@ -103,9 +103,6 @@ jobs:
choco install 7zip -y choco install 7zip -y
echo "C:\ProgramData\chocolatey\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8 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 - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4