Skip to content

Commit

Permalink
fix: Running iOS test on Linux (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotradamczyk5 authored Sep 9, 2020
1 parent 96a0ca1 commit 127b0b3
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-java@v1
with:
java-version: 11
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true

- name: Get all git tags
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Display the java version
run: java -version
shell: bash
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed test_runner/src/test/resources/binaries/nm
Binary file not shown.
Binary file not shown.

0 comments on commit 127b0b3

Please sign in to comment.