Skip to content

Commit 9d83632

Browse files
committed
Fix github action and install gcc
1 parent 4566441 commit 9d83632

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12+
- name: install dependencies
13+
run: |
14+
sudo apt update
15+
sudo apt install gcc-10 g++-10
16+
shell: bash
1217
- name: Set up JDK 1.8
1318
uses: actions/setup-java@v1
1419
with:

0 commit comments

Comments
 (0)