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 3fb422e commit 2e48bfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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 unzip p7zip busybox rclone git
run: yes $'\n'|pacman -Syu base-devel tree unzip p7zip busybox rclone git
- name: Checkout
uses: actions/checkout@v2
- name: Prepare user for pkgbuild
Expand All @@ -29,6 +29,7 @@ jobs:
mkdir -p ~/.config/rclone/
touch ~/.config/rclone/rclone.conf
echo -e '${{secrets.ONEDRIVE_CONFIG}}' >> ~/.config/rclone/rclone.conf
tree
- name: PkgBuild
run: |
for pkg in `cat need-update`
Expand Down

0 comments on commit 2e48bfc

Please sign in to comment.