Correctie runner: Compile nu op correct os
This commit is contained in:
@@ -6,6 +6,17 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
Fedora-38-compile:
|
Fedora-38-compile:
|
||||||
runs-on: fedora-38
|
runs-on: fedora-38
|
||||||
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: Compile
|
||||||
|
run: make
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: x86_64-fedora-38-wait
|
||||||
|
path: wait
|
||||||
|
Ubuntu-bullseye-compile:
|
||||||
|
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
|
||||||
@@ -15,14 +26,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: x86_64-ubuntu-bulseye-wait
|
name: x86_64-ubuntu-bulseye-wait
|
||||||
path: wait
|
path: wait
|
||||||
# Ubuntu-bullseye-compile:
|
|
||||||
# runs-on: node-ubuntu-bullseye
|
|
||||||
# steps:
|
|
||||||
# - name: Check out repository code
|
|
||||||
# uses: actions/checkout@v3
|
|
||||||
# - name: Compile
|
|
||||||
# run: make
|
|
||||||
# - uses: actions/upload-artifact@v3
|
|
||||||
# with:
|
|
||||||
# name: x86_64-fedora-38-wait
|
|
||||||
# path: wait
|
|
||||||
|
Reference in New Issue
Block a user