1 parent 7aac04f commit bd548d2Copy full SHA for bd548d2
1 file changed
.github/workflows/ccpp.yml
@@ -83,13 +83,13 @@ jobs:
83
with:
84
fetch-depth: 0
85
- name: update system
86
- if: ${{ matrix.config.enabled == 1 && matrix.config.update != '' }}
+ if: ${{ matrix.config.enabled == 1 && matrix.config.update }}
87
run: ${{ matrix.config.update }}
88
- name: install deps (1)
89
- if: ${{ matrix.config.enabled == 1 && matrix.config.deps1 != '' }}
+ if: ${{ matrix.config.enabled == 1 && matrix.config.deps1 }}
90
run: ${{ matrix.config.deps1 }}
91
- name: install deps (2)
92
- if: ${{ matrix.config.enabled == 1 && matrix.config.deps2 != '' }}
+ if: ${{ matrix.config.enabled == 1 && matrix.config.deps2 }}
93
run: ${{ matrix.config.deps2 }}
94
- name: create build directory
95
if: ${{ matrix.config.enabled == 1 }}
0 commit comments