Skip to content

Commit

Permalink
ci: derp
Browse files Browse the repository at this point in the history
  • Loading branch information
edusperoni committed Jun 24, 2023
1 parent 1baf0f8 commit 261e9b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ jobs:
java-version: "17"
- name: Setup Android SDK
uses: android-actions/setup-android@v2
- name: Install wget
run: sudo apt-get install -y wget
- name: Setup NDK
run:
run: |
echo "y" | sdkmanager "cmake;3.6.4111459"
wget https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-linux-x86_64.zip
chmod +x android-ndk-$NDK_VERSION-linux-x86_64.zip
Expand Down

0 comments on commit 261e9b0

Please sign in to comment.