From 8ee5d508c087fd50d64e7ac3bd5d28b3978b29a6 Mon Sep 17 00:00:00 2001 From: Amanuel Bogale Date: Mon, 10 Jun 2024 15:36:02 -0700 Subject: [PATCH] fix workflow issues --- .github/workflows/build.yml | 2 +- .github/workflows/g-test.yml | 2 +- external/googletest | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a73583..7b568df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ # This starter workflow is for a CMake project running on a single platform. There is a different starter workflow if you need cross-platform coverage. # See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-multi-platform.yml -name: status +name: build on: push: diff --git a/.github/workflows/g-test.yml b/.github/workflows/g-test.yml index 4abe13a..fff1ae8 100644 --- a/.github/workflows/g-test.yml +++ b/.github/workflows/g-test.yml @@ -1,6 +1,6 @@ # This starter workflow is for a CMake project running on a single platform. There is a different starter workflow if you need cross-platform coverage. # See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-multi-platform.yml -name: status +name: g-test on: push: diff --git a/external/googletest b/external/googletest index a7f443b..f8d7d77 160000 --- a/external/googletest +++ b/external/googletest @@ -1 +1 @@ -Subproject commit a7f443b80b105f940225332ed3c31f2790092f47 +Subproject commit f8d7d77c06936315286eb55f8de22cd23c188571