Skip to content

Commit

Permalink
Install g++
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Sep 19, 2023
1 parent 4f797d5 commit 0748754
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
idf_target: esp32s3
runs-on: ubuntu-latest
steps:
- name: Install g++
run: |
apt-get update
apt-get install -y g++
- uses: actions/checkout@v3
with:
submodules: recursive
Expand Down

0 comments on commit 0748754

Please sign in to comment.