diff options
Diffstat (limited to 'tools/ci/jobs/gcc10_tests.sh')
-rwxr-xr-x | tools/ci/jobs/gcc10_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/jobs/gcc10_tests.sh b/tools/ci/jobs/gcc10_tests.sh index 3592e05e4..f80ec78d8 100755 --- a/tools/ci/jobs/gcc10_tests.sh +++ b/tools/ci/jobs/gcc10_tests.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash export CC=gcc-10 export CXX=g++-10 |