mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-19 16:03:49 -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
|
||||
|
||||
jobs:
|
||||
build-debian:
|
||||
runs-on: debian-latest
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python 3.10
|
||||
@ -22,16 +22,3 @@ jobs:
|
||||
- name: Build package
|
||||
run: |
|
||||
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