From d34855e7fb86e66d4bb542df95fc8e74c14ba66c Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 17 Apr 2024 18:26:03 -0400 Subject: [PATCH] xo-flatstring: github: xo-unit -> xo-flatstring ! --- .github/workflows/ubuntu-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-main.yml b/.github/workflows/ubuntu-main.yml index ba529a2..6e30f5e 100644 --- a/.github/workflows/ubuntu-main.yml +++ b/.github/workflows/ubuntu-main.yml @@ -118,7 +118,7 @@ jobs: # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type run: | - XONAME=xo-unit + XONAME=xo-flatstring BUILDDIR=${{github.workspace}}/build_${XONAME} PREFIX=${{github.workspace}}/local