Skip to content

Commit

Permalink
Merge branch 'master' into elecrow_esp32_hmi
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypoulter committed Nov 13, 2023
2 parents 5ef3b7f + 1a6aea9 commit ed7d7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:

- name: Install dependencies
run: |
cd gui
cd gui-v2
npm install
- name: Build GUI
run: |
cd gui
cd gui-v2
npm run build
- name: Check the pre-built GUI files are up-to-date
Expand Down

0 comments on commit ed7d7c4

Please sign in to comment.