mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 13:51:30 +11:00
Revert "ci: manually point ANDROID_NDK_ROOT to latest supplied version"
This reverts commit 4895a29e92
.
GitHub Actions' runner-images readded this environment variable on my
request [1] as it wasn't strictly related to the deprecated and removed
`ndk-bundle` NDK release. Back out of the workaround to keep CI scripts
tidy.
[1]: https://github.com/actions/runner-images/issues/5879#issuecomment-1197811704
This commit is contained in:
parent
0fca8b088d
commit
05dd31b8ea
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -66,11 +66,6 @@ jobs:
|
|||
targets: ${{ matrix.platform.target }}
|
||||
components: clippy
|
||||
|
||||
- name: Setup NDK path
|
||||
shell: bash
|
||||
# "Temporary" workaround until https://github.com/actions/virtual-environments/issues/5879#issuecomment-1195156618
|
||||
# gets looked into.
|
||||
run: echo "ANDROID_NDK_ROOT=$ANDROID_NDK_LATEST_HOME" >> $GITHUB_ENV
|
||||
- name: Install GCC Multilib
|
||||
if: (matrix.platform.os == 'ubuntu-latest') && contains(matrix.platform.target, 'i686')
|
||||
run: sudo apt-get update && sudo apt-get install gcc-multilib
|
||||
|
|
Loading…
Reference in a new issue