Try gitea-server-url
Some checks failed
CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} (1.4.0, ubuntu-18.04) (push) Has been cancelled
CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} (1.4.0, ubuntu-22.04) (push) Has been cancelled
CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} (1.4.0, ubuntu-latest) (push) Has been cancelled
CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} (1.4.0, ubuntu-20.04) (push) Has been cancelled

This commit is contained in:
Kevin Trogant 2024-07-15 17:03:06 +02:00
parent 36e96fc4d1
commit 876e2c4699

View File

@ -7,6 +7,7 @@ on:
- "**.cpp"
- "**.h"
- "**.hpp"
- ".gitea/workflows/ci_meson.yaml"
pull_request:
paths:
- "**.c"
@ -26,7 +27,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
with:
github-server-url: 'https://libneat.hopto.org/git/'
gitea-server-url: 'https://libneat.hopto.org/git/'
- name: Setup Python
uses: actions/setup-python@v5
with: