Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbfb authored May 27, 2024
1 parent f81a4b4 commit 65ab9d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,11 @@ jobs:
- name: Setup dependencies
run: |-
(yes | sdkmanager "cmake;3.22.1" --verbose) || true
sudo apt update && sudo apt install -y openjdk-11-jdk openjdk-17-jdk
- name: Configure JDK
uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "17"
- uses: actions/[email protected]
- name: Prepare RNTester
run: |-
Expand Down

0 comments on commit 65ab9d7

Please sign in to comment.