Skip to content

Commit ace2848

Browse files
author
Sun Jiayun
committed
update ci workflow
1 parent eecadd4 commit ace2848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- name: install deps
2020
run: |
21-
sudo apt-get update
22-
sudo apt-get install -y cmake g++ build-essential libyaml-cpp-dev libeigen3-dev
21+
apt-get update
22+
apt-get install -y cmake g++ build-essential libyaml-cpp-dev libeigen3-dev
2323
- name: cmake
2424
run: |
2525
cmake -Bbuild

0 commit comments

Comments
 (0)