CI: Simplify if conditions
[openwrt/staging/ldir.git] / .github / workflows / packages.yml
index 49d795c122a6a18b5ba4be1b70597e35f2bb49ab..05f089e66ec1e159fef62c7a340aa4bb425cb2cd 100644 (file)
@@ -93,7 +93,7 @@ jobs:
           key: ${{ env.TOOLCHAIN_FILE }}-${{ env.TOOLCHAIN_SHA256 }}
 
       - name: Download external toolchain
-        if: ${{ steps.cache-external-toolchain.outputs.cache-hit != 'true' }}
+        if: steps.cache-external-toolchain.outputs.cache-hit != 'true'
         shell: su buildbot -c "sh -e {0}"
         working-directory: openwrt
         run: |