Skip to content

Commit 4317ea0

Browse files
committed
/usr/local/bin is already on PATH
1 parent 843bc1e commit 4317ea0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/update-and-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ jobs:
2626
- run: ./manage_translation.py recreate_tx_config
2727
env:
2828
TX_TOKEN: ${{ secrets.TX_TOKEN }}
29-
- run: |
30-
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
31-
echo "/usr/local/bin" >> $GITHUB_PATH
29+
- run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
3230
working-directory: /usr/local/bin
3331
- run: ./manage_translation.py fetch ${{ secrets.TX_TOKEN }}
3432
- run: ./manage_translation.py recreate_readme

0 commit comments

Comments
 (0)