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 875fcce commit 0edf728
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
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 .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
echo "KERNEL_VERSION="$(cat arch/arm64/configs/vendor/ginkgo-perf_defconfig | grep "CONFIG_LOCALVERSION\=" | sed -r 's/.*"(.+)".*/\1/' | sed 's/^.//')"" >> $GITHUB_ENV
make -j$(($(getconf _NPROCESSORS_ONLN) * 2)) ${args}
- name: Package kernel
Expand Down

0 comments on commit 0edf728

Please sign in to comment.