mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 17:05:11 +00:00
[CI] Do not use checkout
This commit is contained in:
parent
89ab1b57f0
commit
eb9512cde5
1 changed files with 3 additions and 3 deletions
|
|
@ -54,10 +54,10 @@ jobs:
|
|||
./configure --cc=musl-gcc --prefix=${PREFIX} --with-lmdb
|
||||
make -j$(nproc)
|
||||
make install
|
||||
- name: Clone Parsee
|
||||
uses: actions/checkout@v3
|
||||
- name: Build Parsee
|
||||
- name: Clone/Build Parsee
|
||||
run: |
|
||||
git clone https://git.kappach.at/${{ github.repository}} parsee
|
||||
cd parsee
|
||||
alias musl-gcc="musl-gcc -Wl,-Bstatic -L ${PREFIX}/lib"
|
||||
echo "all: adminify aya b64 config noavatars" > tools/Makefile
|
||||
echo "%: %.c" >> tools/Makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue