try and build forgejo with the mod too

This commit is contained in:
eyedeekay
2025-05-08 16:28:50 -04:00
parent 7713312fe3
commit 960383c1c7
2 changed files with 8 additions and 12 deletions

View File

@ -61,12 +61,10 @@ jobs:
cache: true
- name: Checkout Forgejo Source
uses: actions/checkout@v4
with:
repository: forgejo/forgejo
ref: ${{ needs.check-release.outputs.new_tag }}
path: forgejo-source
github-server-url: https://codeberg.org
run: |
git clone https://codeberg.org/forgejo/forgejo.git forgejo-source
cd forgejo-source
git checkout ${{ needs.check-release.outputs.new_tag }}
- name: Build Forgejo
working-directory: forgejo-source

View File

@ -27,12 +27,10 @@ jobs:
cache: true
- name: Checkout Forgejo Source
uses: actions/checkout@v4
with:
repository: forgejo/forgejo
ref: main # Always use the latest main branch
path: forgejo-source
github-server-url: https://codeberg.org
run: |
git clone https://codeberg.org/forgejo/forgejo.git forgejo-source
cd forgejo-source
git checkout main
- name: Build Forgejo
working-directory: forgejo-source