diff --git a/.gitea/workflows/compile.yml b/.gitea/workflows/compile.yml index 4b1bcdd..aca6558 100644 --- a/.gitea/workflows/compile.yml +++ b/.gitea/workflows/compile.yml @@ -4,7 +4,7 @@ on: - push jobs: - Ubuntu-bullseye-compile: + Fedora-38-compile: runs-on: fedora-38 steps: - name: Check out repository code @@ -15,14 +15,14 @@ jobs: with: name: x86_64-ubuntu-bulseye-wait path: wait - Fedora-38-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 +# 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