Skip to content

Commit

Permalink
#1: fix trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Dec 19, 2024
1 parent 1aa3159 commit a6c7450
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: PR tests
run: |
WORKSPACE=${{ github.workspace }}
WORKSPACE=${{ github.workspace }}
if [[ "${{ matrix.runner.image }}" != "" ]]; then
WORKSPACE=/workspace
fi
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [ "$(uname)" == "Darwin" ]; then
CXX="${CXX:-$(xcodebuild -find clang++ || which g++ || which clang++ || echo '')}"
else
CC="${CC:-$(which gcc || which clang || echo '')}"
CXX="${CXX:-$(which g++ || which clang++ || echo '')}"
CXX="${CXX:-$(which g++ || which clang++ || echo '')}"
fi

if [[ $CC == "gcc-"* ]] && [ -z "$GCOV" ]; then
Expand Down
2 changes: 1 addition & 1 deletion lib/fetch_googletest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# History of used versions
# release-1.12.1

GTEST_BRANCHTAG=v1.15.2
GTEST_BRANCHTAG=v1.15.2

# Fetch googletest from Github.
LIB_DIR="$(dirname -- "$(realpath -- "$0")")"
Expand Down

0 comments on commit a6c7450

Please sign in to comment.