Skip to content

Commit

Permalink
untabify
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko committed Oct 6, 2024
1 parent 563e82d commit 7344112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
working-directory: ${{github.workspace}}/main
run: |
mkdir -p licenses/licenses
cp -v LICENSE credits.txt licenses/
cp -v LICENSE credits.txt licenses/
licenses=$(find libs/ -name 'LICENSE*'; find ${PICO_SDK_PATH}/ -maxdepth 3 -name 'LICENSE*')
for file in $licenses; do
dir=$(dirname $file)
Expand Down

0 comments on commit 7344112

Please sign in to comment.