Skip to content

Commit

Permalink
updated github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Oct 12, 2023
1 parent b008d2f commit 61597d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 12.x
java-version: 11.x
- uses: actions/checkout@v3
- name: Install dependencies
run: cd packages/react-native-room-kit/example/; npm install
Expand Down

0 comments on commit 61597d9

Please sign in to comment.