mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 08:23:50 -04:00
Add in a manjaro build.
This commit is contained in:
parent
b446bf5b8b
commit
1e9d1bcfb9
12
.github/workflows/python.yml
vendored
12
.github/workflows/python.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user