Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
tstellar committed Jun 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a639f36 commit 014fa4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-post-commit-analyzer.yml
Original file line number Diff line number Diff line change
@@ -39,9 +39,11 @@ jobs:
- name: Build
run: |
CCC_CXX=clang++ CCC_CC=clang ninja -v -C build LLVMSupport
CCC_CXX=clang++ CCC_CC=clang ninja -v -C build lib/Support/CMakeFiles/LLVMSupport.dir/xxhash.cpp.o
ls
echo "NEXT LS"
ls analyzer-results/
cat analyzer-results/
- name: Upload Results
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 #v4.3.0

0 comments on commit 014fa4b

Please sign in to comment.