Skip to content

Commit

Permalink
Fix Gitpod compiling (wled-dev#2875)
Browse files Browse the repository at this point in the history
see upstream wled-dev#2875
  • Loading branch information
softhack007 committed Nov 11, 2022
1 parent b8a3613 commit 9290f66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
FROM gitpod/workspace-full

USER gitpod

RUN pip3 install -U platformio
USER gitpod
9 changes: 4 additions & 5 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
tasks:
- command: platformio run
- command: pip3 install -U platformio && platformio run

image:
file: .gitpod.Dockerfile

vscode:
extensions:
- [email protected]:u3GsZ5PK12Ddr79vh4TWgQ==
- [email protected]:e0IYyp0efFqVsrZwsIe8CA==
- [email protected]:fbZNfSpnd8XkAHGfAPS2rA==
- [email protected]:Tbu8dTz0i+/bgcKQTQ5b8g==
- Atishay-Jain.All-Autocomplete
- esbenp.prettier-vscode
- shardulm94.trailing-spaces

0 comments on commit 9290f66

Please sign in to comment.