Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Huang committed May 1, 2021
1 parent 2e48bfc commit 8346131
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- /sys/fs/cgroup:/sys/fs/cgroup
steps:
- name: Prepare environment
run: yes $'\n'|pacman -Syu base-devel tree unzip p7zip busybox rclone git
run: yes $'\n'|pacman -Syu base-devel unzip tree p7zip busybox rclone git
- name: Checkout
uses: actions/checkout@v2
- name: Prepare user for pkgbuild
Expand All @@ -29,12 +29,11 @@ jobs:
mkdir -p ~/.config/rclone/
touch ~/.config/rclone/rclone.conf
echo -e '${{secrets.ONEDRIVE_CONFIG}}' >> ~/.config/rclone/rclone.conf
tree
tree ~
- name: PkgBuild
run: |
for pkg in `cat need-update`
do
cd ~/coal-pkgbuilds/pkgbuild/"${pkg}"
cd ~/pkgbuild/"${pkg}"
pwd
if [ -f "./aur" ];then
su -c "git clone https://aur.archlinux.org/${pkg}.git && cd ./${pkg} && sh ../aur && makepkg -d" build
Expand Down

0 comments on commit 8346131

Please sign in to comment.