From a1215dcc707905ab030efff4c19550f8d992faf8 Mon Sep 17 00:00:00 2001 From: Alec Edgington Date: Tue, 22 Aug 2023 10:55:16 +0100 Subject: [PATCH] Build tkassert. --- .github/workflows/build_libs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_libs.yml b/.github/workflows/build_libs.yml index 9cfb81f90a..6f1e0aeabc 100644 --- a/.github/workflows/build_libs.yml +++ b/.github/workflows/build_libs.yml @@ -42,7 +42,7 @@ jobs: strategy: matrix: os: ['ubuntu-22.04', 'macos-12', 'windows-2022'] - lib: ['tklog', 'tkrng'] + lib: ['tkassert'] build_type: ['Release', 'Debug'] runs-on: ${{ matrix.os }} steps: @@ -90,7 +90,7 @@ jobs: runs-on: ['self-hosted', 'macOS', 'ARM64'] strategy: matrix: - lib: ['tklog', 'tkrng'] + lib: ['tkassert'] build_type: ['Release', 'Debug'] steps: - uses: actions/checkout@v3 @@ -121,7 +121,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - lib: ['tklog', 'tkrng'] + lib: ['tkassert'] env: UPLOAD_PACKAGE: "NO" steps: