Skip to content

Commit

Permalink
Echo GITHUB_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Nov 27, 2021
1 parent 846faae commit a7402ed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ jobs:
steps:
- run: echo "Running in response to a ${{ github.event_name }} event, building ${{ github.event.compare }} changes."

- name: GITHUB_ENV
run: |
echo GITHUB_ENV=$GITHUB_ENV
cat $GITHUB_ENV
- name: Set up JDK 1.8.
uses: actions/setup-java@v1
with:
Expand All @@ -133,7 +138,11 @@ jobs:
# Warning: Observed package id 'ndk;21.4.7075529' in inconsistent location '/usr/local/lib/android/sdk/ndk-bundle' (Expected '/usr/local/lib/android/sdk/ndk/21.4.7075529')
echo sdkmanager --uninstall "ndk;21.4.7075529"
sdkmanager --uninstall "ndk;21.4.7075529"
echo GITHUB_ENV=$GITHUB_ENV
cat $GITHUB_ENV
echo "ANDROID_NDK_HOME=" >> $GITHUB_ENV
echo GITHUB_ENV=$GITHUB_ENV
cat $GITHUB_ENV
# The following are already done by setup-android@v2 action:
# sdkmanager --install "cmdline-tools;latest"
Expand Down

0 comments on commit a7402ed

Please sign in to comment.