Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into 0.20.2
  • Loading branch information
enricop89 committed May 16, 2022
2 parents c2657ad + 95e2f5e commit eef0115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sample_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
with:
repository: opentok/opentok-react-native-samples
path: samples
- name: Set up JDK 1.8
- name: Set up JDK
if: ${{ matrix.platform == 'android' }}
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: NPM install ${{ matrix.project }}
run: |
cd samples/${{ matrix.project }}
Expand Down

0 comments on commit eef0115

Please sign in to comment.