diff --git a/docs/software/running-github-actions.md b/docs/software/running-github-actions.md index 7b810afd2..e0e42d6ef 100644 --- a/docs/software/running-github-actions.md +++ b/docs/software/running-github-actions.md @@ -3,4 +3,8 @@ If you'd like to run the **same** integration tests we run on github but on your own machine, you can do the following. 1. Install homebrew per https://brew.sh/ -2. Install https://github.com/nektos/act with "brew install act" \ No newline at end of file +2. Install https://github.com/nektos/act with "brew install act" +3. cd into meshtastic-device and run "act" +4. Select a "medium" sized image +5. Alas - this "act" build **almost** works, but fails because it can't find lib/nanopb/include/pb.h! So someone (you the reader? @geeksville ays hopefully...) needs to fix that before these instructions are complete. +6. \ No newline at end of file