[CI] Do not use checkout

This commit is contained in:
LDA 2024-09-11 09:58:50 +02:00
commit eb9512cde5

View file

@ -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