Skip to content

Commit

Permalink
Merge pull request #190 from nlesc-recruit/fix_ci_patch
Browse files Browse the repository at this point in the history
Fix patch command
  • Loading branch information
loostrum authored Nov 20, 2024
2 parents 86531ad + 2285d40 commit 1bbb23b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ 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
cat cdc_queue.h
- name: Compile ${{ matrix.device }} device code
run: |
cd device
Expand Down

0 comments on commit 1bbb23b

Please sign in to comment.