mirror of https://github.com/arendst/Tasmota.git
Update Tasmota_build_devel.yml
This commit is contained in:
parent
ed782c6606
commit
d52fd2050a
|
@ -31,7 +31,6 @@ jobs:
|
||||||
COMMIT_SHA_SHORT=${COMMIT_SHA_LONG::7}
|
COMMIT_SHA_SHORT=${COMMIT_SHA_LONG::7}
|
||||||
echo "COMMIT_SHA=$COMMIT_SHA_SHORT" >> $GITHUB_ENV
|
echo "COMMIT_SHA=$COMMIT_SHA_SHORT" >> $GITHUB_ENV
|
||||||
echo $COMMIT_SHA_SHORT
|
echo $COMMIT_SHA_SHORT
|
||||||
echo ${ env.COMMIT_SHA }
|
|
||||||
- name: Install clang compiler
|
- name: Install clang compiler
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -f clang
|
sudo apt-get install -f clang
|
||||||
|
|
Loading…
Reference in New Issue