Browse Source

Update Openwrt-AutoBuild.yml

kiddin9 3 years ago
parent
commit
1531219d4e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/Openwrt-AutoBuild.yml

+ 1 - 0
.github/workflows/Openwrt-AutoBuild.yml

@@ -193,6 +193,7 @@ jobs:
     - name: Compile the firmware
       id: compile
       run: |
+        df -hT
         cd openwrt
         echo -e "$(($(nproc)+1)) thread compile"
         make -j$(($(nproc)+1)) || (curl -k --data chat_id="${{ env.TELEGRAM_CHAT_ID }}" --data "text=❌ OpenWrt ${{ env.VERSION }} ${{matrix.target}} 编译失败 😂" "https://api.telegram.org/bot${{ env.TELEGRAM_TOKEN }}/sendMessage" ; make -j1 V=s)