Skip to content

Commit ddf5220

Browse files
committed
fix functions test program
1 parent 134c2e1 commit ddf5220

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/compile-function.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
# CHANGE program/lib/aux as needed
2020
program:
2121
- name: 'function'
22-
src: 'examples/function'
23-
lib: ''
2422
aux: 'LoggerCore/src/LoggerFunction* LoggerCore/src/LoggerModule*'
2523
# CHANGE platforms as needed
2624
platform:
@@ -33,9 +31,9 @@ jobs:
3331
uses: ./.github/workflows/compile.yaml
3432
secrets: inherit
3533
with:
36-
program: ${{ matrix.program.name }}
3734
platform: ${{ matrix.platform.name }}
3835
version: ${{ matrix.platform.version }}
39-
src: ${{ matrix.program.src }}
40-
lib: ${{ matrix.program.lib }}
41-
aux: ${{ matrix.program.aux }}
36+
program: ${{ matrix.program.name }}
37+
src: ${{ matrix.program.src || '' }}
38+
lib: ${{ matrix.program.lib || '' }}
39+
aux: ${{ matrix.program.aux || '' }}

0 commit comments

Comments
 (0)