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 1, 2024
1 parent fa9b99d commit edf0464
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Packages-AutoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,14 @@ jobs:
env:
DEBIAN_FRONTEND: noninteractive
run: |
sudo mkdir -p -m 777 /mnt/openwrt/dl /mnt/openwrt/staging_dir /mnt/openwrt/build_dir
sudo mkdir -p -m 777 openwrt /mnt/openwrt/dl /mnt/openwrt/staging_dir /mnt/openwrt/build_dir
ln -sf /mnt/openwrt/dl openwrt/dl
ln -sf /mnt/openwrt/staging_dir openwrt/staging_dir
ln -sf /mnt/openwrt/build_dir openwrt/build_dir
df -hT
- name: Load custom configuration
run: |
mkdir openwrt
tar -xJf sdk.tar.xz -C openwrt
rm -Rf sdk.tar.xz
cd openwrt
Expand Down

0 comments on commit edf0464

Please sign in to comment.