We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb028c2 commit e411910Copy full SHA for e411910
.github/workflows/compile-function.yaml
@@ -20,7 +20,7 @@ jobs:
20
program:
21
- src: 'function'
22
lib: ''
23
- aux: 'LoggerCore/src/LoggerFunctionm* LoggerCore/src/LoggerFunctionReturns* LoggerCore/src/LoggerModule*'
+ aux: 'LoggerCore/src/LoggerFunction* LoggerCore/src/LoggerFunctionReturns* LoggerCore/src/LoggerModule*'
24
# CHANGE platforms as needed
25
platform:
26
- {name: 'p2', version: '6.3.2'}
.github/workflows/compile.yaml
@@ -1,4 +1,4 @@
1
-name: Base workflow_call for compile actions
+name: Base workflow for compile
2
3
on:
4
workflow_call:
0 commit comments