We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6c6b9 commit d143c14Copy full SHA for d143c14
1 file changed
.github/workflows/main.yml
@@ -35,6 +35,11 @@ jobs:
35
- name: Install PlatformIO
36
run: pip install -U platformio
37
38
+ - name: Create dummy secret.h if missing
39
+ run: |
40
+ mkdir -p firmware/octoprint/include
41
+ touch firmware/octoprint/include/secret.h
42
+
43
- name: Run PlatformIO Build
44
run: pio run -e ${{ matrix.environment }}
45
working-directory: firmware/octoprint
0 commit comments