mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-10 04:35:03 -05:00
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:
3
.github/workflows/conformance.yml
vendored
3
.github/workflows/conformance.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user