mirror of
https://github.com/go-i2p/go-gitlooseleaf.git
synced 2025-07-13 11:54:37 -04:00
try and build forgejo with the mod too
This commit is contained in:
10
.github/workflows/forgejo-build.yml
vendored
10
.github/workflows/forgejo-build.yml
vendored
@ -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
|
||||
|
10
.github/workflows/forgejo-nightly.yml
vendored
10
.github/workflows/forgejo-nightly.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user