Compare commits
2 Commits
c2871bc354
...
gitea-act
Author | SHA1 | Date | |
---|---|---|---|
bce1311cc7 | |||
8fc23b9303 |
@@ -5,7 +5,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
rockylinux-9-compile:
|
rockylinux-9-compile:
|
||||||
runs-on: rockylinyx9
|
runs-on: rockylinux9
|
||||||
steps:
|
steps:
|
||||||
- name: Aanpassen lokale yum repo
|
- name: Aanpassen lokale yum repo
|
||||||
run: "sed -i -e 's@^mirrorlist=@#mirrorlist=@' -e 's@#baseurl=\
|
run: "sed -i -e 's@^mirrorlist=@#mirrorlist=@' -e 's@#baseurl=\
|
||||||
@@ -20,7 +20,7 @@ jobs:
|
|||||||
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-rockylinux-9-wait
|
||||||
path: wait
|
path: wait
|
||||||
Fedora-40-compile:
|
Fedora-40-compile:
|
||||||
runs-on: fedora-40
|
runs-on: fedora-40
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
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-40-wait
|
||||||
path: wait
|
path: wait
|
||||||
Ubuntu-bullseye-compile:
|
Ubuntu-bullseye-compile:
|
||||||
runs-on: node-ubuntu-bullseye
|
runs-on: node-ubuntu-bullseye
|
||||||
|
Reference in New Issue
Block a user