Android - packages: Add binutils-bin (GNU as etc...) #265
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
| # TODO write CI tests for mac | |
| on: | |
| push: | |
| branches: [ "devel", "testing", "stable", "LTS" ] | |
| paths: | |
| - 'CommonInitScripts/**.sh*' | |
| - 'MacOS/**.sh' | |
| - '.github/workflows/mac.yml' | |
| pull_request: | |
| branches: [ "devel", "testing", "stable", "LTS" ] |