Skip to content

Commit

Permalink
Merge pull request #192 from nlesc-recruit/fix-workflow
Browse files Browse the repository at this point in the history
Fix cdc queue patch in release workflow
  • Loading branch information
loostrum authored Nov 25, 2024
2 parents 35091c9 + c54aa0d commit 294db03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
STM32_DIR=$(python/get_arduino_stm32_directory.py)
echo "STM32_DIR = ${STM32_DIR}"
cd ${STM32_DIR}/cores/arduino/stm32/usb/cdc
patch ${REPO_ROOT}/patch/cdc_queue.patch
patch < ${REPO_ROOT}/patch/cdc_queue.patch
- name: Compile ${{ matrix.device }} device code
run: |
cd device
Expand Down

0 comments on commit 294db03

Please sign in to comment.