Skip to content

Commit

Permalink
chore: Update compile-examples.sh script name and shebang in pio_exam…
Browse files Browse the repository at this point in the history
…ples.yml workflow
  • Loading branch information
RobertByrnes committed Jul 14, 2024
1 parent cb579a0 commit 1bfc02c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/pio_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
python -m pip install --upgrade pip
pip install platformio
- name: Verify Script Exists
- name: Compile Examples
run: |
ls -lah $(pwd)
which sh
which bash
- name: Run Custom Build Script
run: |
./compile-examples.sh --clean
./.github/workflows/compile-examples.sh --clean
File renamed without changes.

0 comments on commit 1bfc02c

Please sign in to comment.