mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
Remove manjaro and swap to ubuntu build only
This commit is contained in:
parent
1e9d1bcfb9
commit
c53318a03a
17
.github/workflows/python.yml
vendored
17
.github/workflows/python.yml
vendored
@ -11,8 +11,8 @@ permissions:
|
|||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-debian:
|
build:
|
||||||
runs-on: debian-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.10
|
||||||
@ -22,16 +22,3 @@ jobs:
|
|||||||
- name: Build package
|
- name: Build package
|
||||||
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