This commit is contained in:
@@ -4,7 +4,7 @@ on:
|
|||||||
- push
|
- push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Ubuntu-bullseye-compile:
|
Fedora-38-compile:
|
||||||
runs-on: fedora-38
|
runs-on: fedora-38
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
@@ -15,14 +15,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: x86_64-ubuntu-bulseye-wait
|
name: x86_64-ubuntu-bulseye-wait
|
||||||
path: wait
|
path: wait
|
||||||
Fedora-38-compile:
|
# Ubuntu-bullseye-compile:
|
||||||
runs-on: node-ubuntu-bullseye
|
# runs-on: node-ubuntu-bullseye
|
||||||
steps:
|
# steps:
|
||||||
- name: Check out repository code
|
# - name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
# uses: actions/checkout@v3
|
||||||
- name: Compile
|
# - name: Compile
|
||||||
run: make
|
# run: make
|
||||||
- uses: actions/upload-artifact@v3
|
# - uses: actions/upload-artifact@v3
|
||||||
with:
|
# with:
|
||||||
name: x86_64-fedora-38-wait
|
# name: x86_64-fedora-38-wait
|
||||||
path: wait
|
# path: wait
|
||||||
|
Reference in New Issue
Block a user