From 33d75a92f4b04aa8ae5ee01f4c953c3437ec50fc Mon Sep 17 00:00:00 2001 From: youben11 Date: Mon, 11 Oct 2021 10:47:25 +0100 Subject: [PATCH] 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 --- .github/workflows/conformance.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 4e84c3291..0a7f42058 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -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: