mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 02:09:49 +00:00
Update clang.yml
This commit is contained in:
parent
37edcb1b55
commit
f54a32feac
4
.github/workflows/clang.yml
vendored
4
.github/workflows/clang.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user