mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:55:10 +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
|
./configure --cc=musl-gcc --prefix=${PREFIX} --with-lmdb
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
make install
|
make install
|
||||||
- name: Clone Parsee
|
- name: Clone/Build Parsee
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: Build Parsee
|
|
||||||
run: |
|
run: |
|
||||||
|
git clone https://git.kappach.at/${{ github.repository}} parsee
|
||||||
|
cd parsee
|
||||||
alias musl-gcc="musl-gcc -Wl,-Bstatic -L ${PREFIX}/lib"
|
alias musl-gcc="musl-gcc -Wl,-Bstatic -L ${PREFIX}/lib"
|
||||||
echo "all: adminify aya b64 config noavatars" > tools/Makefile
|
echo "all: adminify aya b64 config noavatars" > tools/Makefile
|
||||||
echo "%: %.c" >> tools/Makefile
|
echo "%: %.c" >> tools/Makefile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue