fix: escape backticks in PlatformIO dependencies note in GitHub Actions workflow

This commit is contained in:
Ben Allfree
2025-12-01 09:01:47 -08:00
parent 4056502ce5
commit 9246f87715

View File

@@ -159,7 +159,7 @@ jobs:
## Notes
- PlatformIO dependencies (`.pio/`) are not included - PlatformIO will download these as needed
- PlatformIO dependencies (\`.pio/\`) are not included - PlatformIO will download these as needed
- The build flags above must be set exactly as shown to reproduce the build
EOF