We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b874bcd commit 4ed9d12Copy full SHA for 4ed9d12
.github/workflows/ubuntu.yml
@@ -101,7 +101,7 @@ jobs:
101
target: [ci_clang_tidy, ci_test_clang_sanitizer, ci_clang_analyze]
102
steps:
103
- name: Install git, clang-tools, and unzip
104
- run: apt-get update ; apt-get install -y git clang-tools unzip valgrind
+ run: apt-get update ; apt-get install -y git clang-tools unzip
105
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
106
- name: Get latest CMake and ninja
107
uses: lukka/get-cmake@5979409e62bdf841487c5fb3c053149de97a86d3 # v3.31.2
0 commit comments