ci: show_build_failures: fix missing output for configure failures
[openwrt/openwrt.git] / .github / workflows / formal.yml
index 125648163782152c53a191982d64743fe0a1dad7..8083c5832ca4d4750d7d6ae3b5392777a1b137a4 100644 (file)
@@ -14,7 +14,7 @@ jobs:
       fail-fast: false
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
         with:
           ref: ${{ github.event.pull_request.head.sha }}
           fetch-depth: 0
@@ -27,7 +27,7 @@ jobs:
 
       - name: Test formalities
         run: |
-          source .github/workflows/ci_helpers.sh
+          source .github/workflows/scripts/ci_helpers.sh
 
           RET=0
           for commit in $(git rev-list HEAD ^origin/$BRANCH); do