Skip to content

Commit

Permalink
Fix esp compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed Dec 13, 2023
1 parent 0aeb05f commit 3919e27
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 setuptools
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 3919e27

Please sign in to comment.