Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
danngreen committed Oct 27, 2023
1 parent e7171e7 commit 69ce1eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_test_firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
- name: Build and test
if: ${{ inputs.limited_modules }}
run: |
echo "4ms:EnOsc" > firmware/lim
echo "4ms:ENVCA" > firmware/lim
echo "Befaco:EvenVCO" > firmware/lim
echo "HetrickCV:PhasorGen" > firmware/lim
echo "AudibleInstruments:Braids" > firmware/lim
echo "4ms:EnOsc" >> firmware/lim
echo "4ms:ENVCA" >> firmware/lim
echo "Befaco:EvenVCO" >> firmware/lim
echo "HetrickCV:PhasorGen" >> firmware/lim
echo "AudibleInstruments:Braids" >> firmware/lim
cd firmware && make limit lim && make all
# - name: Upload artifact
Expand Down

0 comments on commit 69ce1eb

Please sign in to comment.