chore: fix github action build issue
This commit is contained in:
3
.github/linux_build.sh
vendored
3
.github/linux_build.sh
vendored
@@ -1,6 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
GTest_ROOT="${GTest_ROOT:?GTest_ROOT must be set}"
|
||||
benchmark_ROOT="${benchmark_ROOT:?benchmark_ROOT must be set}"
|
||||
|
||||
# Create build directory and enter it
|
||||
mkdir bin
|
||||
cd bin
|
||||
|
||||
Reference in New Issue
Block a user