Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Commit 49c9375

Browse files
committed
fix: ci
1 parent 8927729 commit 49c9375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
submodules: "true"
1313
- name: install packages
14-
run: sudo apt-get install g++-multilib cmake
14+
run: sudo apt update && sudo apt-get install g++-multilib cmake
1515
- name: cmake
1616
run: mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release ..
1717
- name: make

0 commit comments

Comments
 (0)