Skip to content

Commit

Permalink
Update Packages-AutoBuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Apr 2, 2024
1 parent 97543de commit 5f904b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Packages-AutoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,9 @@ jobs:
env:
DEBIAN_FRONTEND: noninteractive
run: |
sudo mkdir -p -m 777 openwrt /mnt/openwrt/bin
ln -sf /mnt/openwrt/bin openwrt/bin
sudo mkdir -p -m 777 openwrt /mnt/openwrt/staging_dir /mnt/openwrt/build_dir
ln -sf /mnt/openwrt/staging_dir openwrt/staging_dir
ln -sf /mnt/openwrt/build_dir openwrt/build_dir
df -hT
- name: Load custom configuration
Expand Down

0 comments on commit 5f904b5

Please sign in to comment.