diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ccpp.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 9bc8efd..b44af12 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml | |||
@@ -9,8 +9,8 @@ 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++-8 | ||
14 | - name: Test | 12 | - name: Test |
15 | run: make test | 13 | run: | |
14 | sudo apt -y install g++-8 | ||
15 | make test | ||
16 | 16 | ||