Skip to content

Commit 4ed9d12

Browse files
committed
🔧 use Ubuntu image to run valgrind
1 parent b874bcd commit 4ed9d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
target: [ci_clang_tidy, ci_test_clang_sanitizer, ci_clang_analyze]
102102
steps:
103103
- name: Install git, clang-tools, and unzip
104-
run: apt-get update ; apt-get install -y git clang-tools unzip valgrind
104+
run: apt-get update ; apt-get install -y git clang-tools unzip
105105
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
106106
- name: Get latest CMake and ninja
107107
uses: lukka/get-cmake@5979409e62bdf841487c5fb3c053149de97a86d3 # v3.31.2

0 commit comments

Comments
 (0)