aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ccpp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 8163ac4..bacb62a 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -10,6 +10,6 @@ jobs:
10 steps: 10 steps:
11 - uses: actions/checkout@v1 11 - uses: actions/checkout@v1
12 - name: Update g++ 12 - name: Update g++
13 run: sudo apt install g++-8 13 run: sudo apt -y install g++-9
14 - name: Test 14 - name: Test
15 run: make test 15 run: make test