Skip to content

Commit baa9a85

Browse files
committedJan 24, 2025
test
1 parent 0ea40de commit baa9a85

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
with:
1919
cmake-version: '3.21.x'
2020

21+
- name: Set up GCC and G++
22+
run: |
23+
sudo apt-get update
24+
sudo apt-get install -y build-essential
25+
2126
- name: Use cmake
2227
run: cmake --version
2328

0 commit comments

Comments
 (0)