Skip to content

Commit

Permalink
Fix esp dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed Dec 13, 2023
1 parent 7afe72c commit 1c3a78d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install platformio
pip install platformio pkg_resources
npm install -g [email protected]
- name: Check out getting started repository
Expand All @@ -53,4 +53,4 @@ jobs:
echo "Compiling : $d"
platformio run -d $d
fi
done
done

0 comments on commit 1c3a78d

Please sign in to comment.