Add in a manjaro build.

This commit is contained in:
June Tate-Gans 2024-03-24 10:38:50 -05:00
parent b446bf5b8b
commit 1e9d1bcfb9

View File

@ -23,3 +23,15 @@ jobs:
run: | run: |
make make
build-manjaro:
runs-on: manjaro-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Build package
run: |
make