Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Set a working-directory to install tx tool
To avoid having LICENSE in checkout directory

Co-authored-by: Maciej Olko <maciej.olko@affirm.com>
  • Loading branch information
rffontenelle and m-aciek authored Oct 20, 2022
commit 8e9d13d71f76a95030362ff1a5af6c8766348790
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install Transifex CLI
run: |
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
mv tx /usr/local/bin/tx
working-directory: /usr/local/bin
- name: Install dependencies
run: |
sudo apt update -y && sudo apt install gettext -y
Expand Down