ci: remove logging of LLVM commit

the loggign is actually incorrect, as this would be the version of the
repo, not the one in the env, so it doesn't even make sense
This commit is contained in:
youben11
2021-10-11 10:47:25 +01:00
committed by Ayoub Benaissa
parent 01757fa6d5
commit 33d75a92f4

View File

@@ -22,9 +22,6 @@ jobs:
with:
submodules: recursive
- name: Log LLVM commit
run: echo "LLVM commit" && cd ${{ github.workspace }}/llvm-project && git log -1
- name: Build and test compiler
uses: addnab/docker-run-action@v3
with: