Skip to content

Commit

Permalink
Bump all SDK builds
Browse files Browse the repository at this point in the history
  • Loading branch information
finagolfin committed Nov 20, 2024
1 parent 9d59468 commit 4780c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ jobs:
TAG="${{ needs.get-latest-toolchain.outputs.trunk-version }}"
fi
echo "tag=$TAG" >> $GITHUB_OUTPUT
KEY="$TAG-${{ matrix.arch }}-ndk-${NDK_VERSION}-cxx-sdk"
KEY="$TAG-${{ matrix.arch }}-ndk-${NDK_VERSION}-pcxx-sdk"
echo "arch-key=$KEY" >> $GITHUB_OUTPUT
echo "key=$TAG-ndk-${NDK_VERSION}-cxx-bundle" >> $GITHUB_OUTPUT
echo "key=$TAG-ndk-${NDK_VERSION}-pcxx-bundle" >> $GITHUB_OUTPUT
if ${{ matrix.arch == 'x86_64' }}; then
echo "aarch64-key=${KEY/x86_64/aarch64}" >> $GITHUB_OUTPUT
echo "arm-key=${KEY/x86_64/armv7}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 4780c36

Please sign in to comment.