diff options
-rw-r--r-- | .github/workflows/ccpp.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index bff5cfd..5b8c191 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml | |||
@@ -9,9 +9,5 @@ jobs: | |||
9 | 9 | ||
10 | steps: | 10 | steps: |
11 | - uses: actions/checkout@v1 | 11 | - uses: actions/checkout@v1 |
12 | - name: Update g++ | ||
13 | run: sudo apt -y install g++-9 | ||
14 | - name: Test | 12 | - name: Test |
15 | run: | | 13 | run: make test |
16 | make clean | ||
17 | make test | ||