Update Tasmota_build_devel.yml

This commit is contained in:
Jason2866 2024-02-29 14:57:24 +01:00 committed by GitHub
parent f2f78c4cee
commit c002bf2d21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ jobs:
COMMIT_SHA_LONG=$(git rev-parse --short HEAD || echo "")
COMMIT_SHA_SHORT=${COMMIT_SHA_LONG::7}
echo "COMMIT_SHA=$COMMIT_SHA_SHORT" >> $GITHUB_ENV
echo $COMMIT_SHA_SHORT
echo ${{ env.COMMIT_SHA }}
- name: Install clang compiler
run: |