Skip to content

Commit

Permalink
Don't cache gems
Browse files Browse the repository at this point in the history
  • Loading branch information
mtimoustafa committed May 5, 2024
1 parent 80c2499 commit d8b54a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update-output-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,13 @@ jobs:
path: raw-output
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Fix Arabic strings
run: ./build_arabic.sh raw-output/ fixed-output/
- name: Archive fixed output files as artifacts
uses: actions/upload-artifact@v4
with:
name: translation-output-fixed
path: fixed-output/
path: fixed-output

push-output:
needs: fix-output-rtl
Expand Down

0 comments on commit d8b54a3

Please sign in to comment.