From 98185db8ad640656157159b1e3490e1dd80c2211 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Tue, 7 Apr 2020 09:50:59 +0200 Subject: [PATCH] ci: use default Bash version in macOS test --- tools/ci/test_build_system_cmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/test_build_system_cmake.sh b/tools/ci/test_build_system_cmake.sh index f15fdc367..e4a277bd2 100755 --- a/tools/ci/test_build_system_cmake.sh +++ b/tools/ci/test_build_system_cmake.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash # # Test the build system for basic consistency (Cmake/idf.py version) #