Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-11-10 18:31:46 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-11-10 18:31:46 +0300
commit50835ec11141a9a908040ef0fa7bf41da3aa453d (patch)
tree6b6a504486993d27f94b400417ecec3f809ea1d4 /.github
parent79e6731297fd3706cec916ffcee32e8730d15ddf (diff)
again
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0b0a649f..d328b539 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- compiler: [clang++, g++, clang++-11, arm-linux-gnueabihf-g++]
+ compiler: [clang++, g++, clang++-11, arm-linux-gnueabihf-g++-8]
configuration: [error_code, status_code]
env:
NAME: Linux-${{ matrix.configuration }}-${{ matrix.compiler }}