Update clang.yml

This commit is contained in:
ReenigneArcher
2022-02-16 18:13:16 -05:00
parent 37edcb1b55
commit f54a32feac
+2 -2
View File
@@ -12,7 +12,7 @@ jobs:
strategy: strategy:
fail-fast: false # false to test all, true to fail entire job if any fail fail-fast: false # false to test all, true to fail entire job if any fail
matrix: matrix:
inplace: [ True, False ] # removed ubuntu_18_04 for now inplace: [ true, false ] # removed ubuntu_18_04 for now
steps: steps:
- name: Checkout - name: Checkout
@@ -28,7 +28,7 @@ jobs:
inplace: ${{ matrix.inplace }} inplace: ${{ matrix.inplace }}
- name: Upload Artifacts - name: Upload Artifacts
if: ${{ matrix.inplace == 'True' }} if: ${{ matrix.inplace == true }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: sunshine name: sunshine