Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
OldGodShen committed Jun 4, 2024
1 parent 8093ebc commit 2d64cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:

- name: Set up NDK_HOME environment variable
if: matrix.platform == 'android'
run: echo "NDK_HOME=$env:ANDROID_SDK_ROOT/android-sdk/ndk/26.3.11579264" >> $env:GITHUB_ENV
run: echo "NDK_HOME=$env:ANDROID_SDK_ROOT/ndk/26.3.11579264" >> $env:GITHUB_ENV

- name: Add Android SDK to PATH
if: matrix.platform == 'android'
run: echo "$env:ANDROID_SDK_ROOT/android-sdk/cmdline-tools/latest/bin" >> $env:GITHUB_PATH
run: echo "$env:ANDROID_SDK_ROOT/cmdline-tools/latest/bin" >> $env:GITHUB_PATH

- name: Install Android dependencies
if: matrix.platform == 'android'
Expand Down

0 comments on commit 2d64cde

Please sign in to comment.