Skip to content

Commit 1eb8f06

Browse files
authored
Update update_translations.yaml
1 parent fd9eaa5 commit 1eb8f06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update_translations.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- name: Install po4a
1717
run: |
1818
git -C $HOME clone --single-branch --recurse-submodules --shallow-submodules --no-tags --depth=1 https://github.com/mquinson/po4a
19+
git -C $HOME/po4a fetch --no-tags --depth=1 origin 5766962c0c67703d68d45c02da13600adbf08e61
20+
git -C $HOME/po4a checkout 5766962c0c67703d68d45c02da13600adbf08e61
21+
git -C $HOME/po4a branch -D @{-1}
1922
mkdir -p $HOME/.local/bin
2023
echo '#!/bin/bash
2124
PERLLIB='"$HOME"'/po4a/lib '"$HOME"'/po4a/po4a "$@"' > $HOME/.local/bin/po4a

0 commit comments

Comments
 (0)