diff options
| author | Lee Lup Yuen <luppy@appkaki.com> | 2020-08-18 01:07:28 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-18 01:07:28 (GMT) |
| commit | 423717c29b3926875f956f965ce245510f898e18 (patch) | |
| tree | 09f5a6b55de3a036425d1af5f60773d45d5a28e5 /.github/workflows/simulate.yml | |
| parent | 787a82d905d45a8013a1cb0cef680d128a3aaa22 (diff) | |
Added doc
Diffstat (limited to '.github/workflows/simulate.yml')
| -rw-r--r-- | .github/workflows/simulate.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/simulate.yml b/.github/workflows/simulate.yml index acb58bd..735ab11 100644 --- a/.github/workflows/simulate.yml +++ b/.github/workflows/simulate.yml @@ -1,7 +1,6 @@ # GitHub Actions Workflow to build PineTime Watch Face Simulator with LVGL and WebAssembly -# See https://lupyuen.github.io/pinetime-rust-mynewt/articles/cloud -# Based on https://github.com/JF002/Pinetime/blob/master/doc/buildAndProgram.md -# and https://github.com/JF002/Pinetime/blob/master/bootloader/README.md +# See https://github.com/AppKaki/lvgl-wasm/blob/master/README.md +# and https://lupyuen.github.io/pinetime-rust-mynewt/articles/cloud # Name of this Workflow name: Simulate PineTime Firmware |
