diff --git a/.github/workflows/Openwrt-AutoBuild.yml b/.github/workflows/Openwrt-AutoBuild.yml index ad4b6e22f24c..17b4a173ac3a 100644 --- a/.github/workflows/Openwrt-AutoBuild.yml +++ b/.github/workflows/Openwrt-AutoBuild.yml @@ -157,10 +157,10 @@ jobs: env: DEBIAN_FRONTEND: noninteractive run: | - sudo mkdir -p -m 777 /mnt/openwrt/dl /mnt/openwrt/bin /mnt/openwrt/staging_dir + sudo mkdir -p -m 777 /mnt/openwrt/dl /mnt/openwrt/staging_dir /mnt/openwrt/build_dir ln -sf /mnt/openwrt/dl openwrt/dl - ln -sf /mnt/openwrt/bin openwrt/bin ln -sf /mnt/openwrt/staging_dir openwrt/staging_dir + ln -sf /mnt/openwrt/build_dir openwrt/build_dir - name: Load custom configuration run: |