Skip to content

Commit

Permalink
Add translator back to macos github action
Browse files Browse the repository at this point in the history
  • Loading branch information
macite committed Jul 4, 2024
1 parent 2c2e875 commit 397cf5f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: build
Expand All @@ -18,10 +18,10 @@ jobs:
run: ./skunit_tests
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.3.8 # Not needed with a .ruby-version file
ruby-version: 3.3.3 # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
# - name: translate
# working-directory: ./tools/translator
# run: |
# bundle install
# bundle exec translate -v -i ../../
- name: translate
working-directory: ./tools/translator
run: |
bundle install
bundle exec translate -v -i ../../
2 changes: 1 addition & 1 deletion coresdk/external
Submodule external updated 2 files
+3 −3 .gitmodules
+1 −0 microui
2 changes: 1 addition & 1 deletion tools/translator
Submodule translator updated 0 files

0 comments on commit 397cf5f

Please sign in to comment.