Remove ksud path
to make xi and vvb happy
#354
This file contains 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: Build KSUD | |
on: | |
push: | |
branches: [ "main", "ci" ] | |
paths: | |
- '.github/workflows/build-ksud.yml' | |
- '.github/workflows/ksud.yml' | |
- 'userspace/ksud/**' | |
pull_request: | |
branches: [ "main" ] | |
paths: | |
- '.github/workflows/build-ksud.yml' | |
- '.github/workflows/ksud.yml' | |
- 'userspace/ksud/**' | |
jobs: | |
build: | |
strategy: | |
matrix: | |
include: | |
- target: aarch64-linux-android | |
- target: x86_64-linux-android | |
- target: x86_64-pc-windows-gnu # only for build | |
uses: ./.github/workflows/ksud.yml | |
with: | |
target: ${{ matrix.target }} |