Skip to content

Commit

Permalink
check it out
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Oct 24, 2023
1 parent 84b36bf commit 506aec5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
echo ${{ env.ANDROID_NDK_VERSION }}
dir ${{ env.ANDROID_HOME }}
# - name: Checkout
# uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4

# - name: Install dependency packages
# run: |
Expand All @@ -87,11 +87,11 @@ jobs:
# # sudo apt-get install ccache ${{ matrix.host.packages }}
# # echo "CCACHE_DIR=${{ runner.temp }}/ccache" >> "$GITHUB_ENV"

# - name: Depends fingerprint
# id: depends_fingerprint
# run: |
# echo $ANDROID_NDK | tee depends/android-ndk-version
# echo "hash=${{ hashFiles('./depends/**') }}" >> "$GITHUB_OUTPUT"
- name: Depends fingerprint
id: depends_fingerprint
run: |
echo ${{ env.ANDROID_NDK_VERSION }} > depends/android-ndk-version
echo "hash=${{ hashFiles('./depends/**') }}" >> "$GITHUB_OUTPUT"
# - name: Depends cache
# id: depends_cache
Expand Down

0 comments on commit 506aec5

Please sign in to comment.