Skip to content

Commit 4e0e7cf

Browse files
committed
another attempt
1 parent 46271fe commit 4e0e7cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
uses: actions/checkout@v2
1616

1717
- name: Set up C++ environment
18-
uses: actions/setup-cpp@v2
19-
with:
20-
compiler: 'gcc'
18+
run: |
19+
sudo apt-get update
20+
sudo apt-get install -y build-essential cmake
2121
2222
- name: Build
2323
run: |

0 commit comments

Comments
 (0)