Fix Android build for non-default NDKs with new swift-build build system, by updating ANDROID_NDK_ROOT too #42
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PR Dependency Check | |
| permissions: | |
| issues: read | |
| pull-requests: read | |
| on: | |
| pull_request: | |
| types: [opened, edited, reopened, labeled, unlabeled, synchronize] | |
| jobs: | |
| github_actiion_pr_dependency_check: | |
| name: GitHub Action Dependency Check | |
| uses: ./.github/workflows/github_actions_dependencies.yml |