Skip to content

Commit 79b5136

Browse files
committed
sync: work around those pesky Pacman hangs
This is just a work-around. I still hope that we can find out how to fix this properly. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 53bce5a commit 79b5136

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sync.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
with:
2626
persist-credentials: true
2727
token: ${{ secrets.PUSH_TOKEN }}
28+
- name: Work around Pacman hangs
29+
shell: pwsh
30+
run: |
31+
Start-Process powershell -ArgumentList "-File .\work-around-hanging-pacman.ps1" -NoNewWindow
2832
- name: Update all Pacman packages
2933
shell: pwsh
3034
run: |

0 commit comments

Comments
 (0)