Skip to content

ath79: ubnt-amplifi-hd: Add 2nd USB bus (integrated ath3k bluetooth) #9

ath79: ubnt-amplifi-hd: Add 2nd USB bus (integrated ath3k bluetooth)

ath79: ubnt-amplifi-hd: Add 2nd USB bus (integrated ath3k bluetooth) #9

Workflow file for this run

name: Build host tools
on:
pull_request:
paths:
- 'include/**'
- 'tools/**'
- '.github/workflows/tools.yml'
push:
paths:
- 'include/**'
- 'tools/**'
- '.github/workflows/tools.yml'
branches-ignore:
- master
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
build-tools:
name: Build host tools for linux and macos based systems
uses: openwrt/actions-shared-workflows/.github/workflows/tools.yml@main