Skip to content

Commit

Permalink
Build tkassert.
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec committed Aug 22, 2023
1 parent 72a16d5 commit a1215dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
lib: ['tklog', 'tkrng']
lib: ['tkassert']
env:
UPLOAD_PACKAGE: "NO"
steps:
Expand Down

0 comments on commit a1215dc

Please sign in to comment.