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