Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wemos committed Jun 12, 2024
1 parent 87c9cae commit 6f1b573
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ports_esp32_lolin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
uses: actions/checkout@master
with:
repository: wemos/gc9a01_mpy
# - name: Install gc9a01_mpy
# run: source tools/ci_lolin.sh && ci_gc9a01_mpy_setup
- name: ls gc9a01_mpy
run: source tools/ci_lolin.sh && ci_gc9a01_mpy_setup
- name: Build LOLIN esp32 Boards
run: source tools/ci_lolin.sh && ci_lolin_build
# - name: Install esp8266 packages
Expand Down
7 changes: 4 additions & 3 deletions tools/ci_lolin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ function ci_esp8266_build {
}

function ci_gc9a01_mpy_setup {
git clone https://github.com/wemos/gc9a01_mpy.git
# git -C gc9a01_mpy checkout master
ls ~/gc9a01_mpy/src
# git clone https://github.com/wemos/gc9a01_mpy.git

find -name "gc9a01*"
find -name "micropython"
}

0 comments on commit 6f1b573

Please sign in to comment.