Skip to content

Commit f6cfdbe

Browse files
committed
simplify dependency installation
1 parent 88bb61b commit f6cfdbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Install C++ dependencies
18-
run: sudo apt-get update && sudo apt-get install -y build-essential cmake libgtest-dev # libbenchmark-dev
18+
run: sudo apt update && sudo apt install -y build-essential cmake libgtest-dev # libbenchmark-dev
1919

2020
# 2025-05-12: Added to resolve a linker error about the compiler and benchmark having different LTO versions.
2121
# Hopefully this can be removed in the future.

0 commit comments

Comments
 (0)