From f54a32feac37214525937d0f9d59269d0a8b2223 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Wed, 16 Feb 2022 18:13:16 -0500 Subject: [PATCH] Update clang.yml --- .github/workflows/clang.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clang.yml b/.github/workflows/clang.yml index 204a9360..d87256bc 100644 --- a/.github/workflows/clang.yml +++ b/.github/workflows/clang.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false # false to test all, true to fail entire job if any fail matrix: - inplace: [ True, False ] # removed ubuntu_18_04 for now + inplace: [ true, false ] # removed ubuntu_18_04 for now steps: - name: Checkout @@ -28,7 +28,7 @@ jobs: inplace: ${{ matrix.inplace }} - name: Upload Artifacts - if: ${{ matrix.inplace == 'True' }} + if: ${{ matrix.inplace == true }} uses: actions/upload-artifact@v2 with: name: sunshine