Skip to content

Commit 0ddb7c5

Browse files
committed
fixup! TO-DROP: verify that the pacman work-around works
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 22a7dcc commit 0ddb7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
return 1
5252
done &&
5353
tar -xvf "$PWD"/MSYS-packages/pacman-*.pkg.tar* usr/bin/pacman.exe &&
54-
sed -i 's/^\(# *\)\?\(IgnorePkg *=.*\)/\1 pacman/' etc/pacman.conf
54+
sed -i 's/^\(# *\)\?\(IgnorePkg *=.*\)/\2 pacman/' etc/pacman.conf
5555
- name: Update all Pacman packages
5656
shell: pwsh
5757
run: |

0 commit comments

Comments
 (0)