Skip to content

Commit

Permalink
github: Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
photron committed Oct 18, 2024
1 parent bcc0b93 commit 0138adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/warp-firmwares.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
node-version: 20
- name: Install PlatformIO Core
run: pip install --upgrade platformio
- name: Build Firmware: ${{ matrix.environment }}
- name: 'Build Firmware: ${{ matrix.environment }}'
working-directory: ./software
run: pio run -e ${{ matrix.environment }}

0 comments on commit 0138adb

Please sign in to comment.