mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-04 17:35:35 +00:00
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
fix compiling with nuc family
This commit is contained in:
2
.github/actions/setup_toolchain/action.yml
vendored
2
.github/actions/setup_toolchain/action.yml
vendored
@ -33,7 +33,7 @@ runs:
|
||||
env:
|
||||
TOOLCHAIN: ${{ inputs.toolchain }}
|
||||
run: |
|
||||
TOOLCHAIN_URL=$(jq -r '."$TOOLCHAIN"' .github/actions/setup_toolchain/toolchain.json)
|
||||
TOOLCHAIN_URL=$(jq -r --arg tc "$TOOLCHAIN" '.[$tc]' .github/actions/setup_toolchain/toolchain.json)
|
||||
echo "toolchain_url=$TOOLCHAIN_URL"
|
||||
echo "toolchain_url=$TOOLCHAIN_URL" >> $GITHUB_OUTPUT
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user