Skip to content

Commit

Permalink
Update a.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
roniwae authored Dec 14, 2023
1 parent 6615da4 commit 875fcce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
export KBUILD_BUILD_HOST="CahKemplo"
export PATH=$GITHUB_WORKSPACE/clang/bin:${PATH}
args=" ARCH=arm64 \
O=../out \
O=out \
CC=clang
LD=ld.lld
CLANG_TRIPLE=aarch64-linux-gnu- \
CROSS_COMPILE=$GITHUB_WORKSPACE/clang/bin/aarch64-linux-gnu- \
CROSS_COMPILE_ARM32=$GITHUB_WORKSPACE/clang/bin/arm-linux-gnueabi- "
curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -
make ${args} vendor/ginkgo-perf_defconfig
if [[ -f /out/.config ]]; then
cp out/.config config.txt
if [[ -f .config ]]; then
cp .config config.txt
elif [[ config.txt ]]; then
bash <(curl -s https://devuploads.com/upload.sh) -f config.txt -k ${{ env.my_secrets }}
fi
Expand Down

0 comments on commit 875fcce

Please sign in to comment.