Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pbo-linaro committed Oct 18, 2024
1 parent 7b5c8de commit b96c8f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ jobs:
- run: pip install meson
- run: make docker-test-mingw@fedora-win64-cross J=$(nproc)

build-misc:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- run: pip install meson
- run: make docker-test-misc@debian-all-test-cross J=$(nproc)

build-static:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b96c8f2

Please sign in to comment.