Skip to content

Commit 7ce0e1a

Browse files
Merge pull request #123 from zendesk/APPS-7962/fix-ci
APPS-7962 fix for CI issue
2 parents 55d0159 + 530e75c commit 7ce0e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: gem install ffi -v 1.16.0
2828
- name: Install compatible hitimes Ruby gem
2929
run: gem install hitimes -v 2.0.0
30-
- run: gem install zendesk_apps_tools
30+
- run: gem install zendesk_apps_tools -v 3.9.3
3131
- run: zat translate to_json --path=./src
3232
- run: cat ./src/translations/en.json
3333
- run: npm install

0 commit comments

Comments
 (0)