Skip to content

Commit

Permalink
tweak action
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed May 15, 2024
1 parent aa26855 commit 83499a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup_toolchain/espressif/action.yml
Expand Up @@ -23,7 +23,7 @@ runs:
id: cache-toolchain-espressif
with:
path: ${{ steps.set-docker-image.outputs.DOCKER_IMAGE }}
key: ${{ runner.os }}-${{ inputs.toolchain }}-${{ inputs.toolchain_url }}
key: ${{ inputs.toolchain }}-${{ inputs.toolchain_url }}

- name: Pull and Save Docker Image
if: steps.cache-toolchain-espressif.outputs.cache-hit != 'true'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Expand Up @@ -59,10 +59,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install ARM GCC
uses: carlosperate/arm-none-eabi-gcc-action@v1
- name: Setup Toolchain
uses: ./.github/actions/setup_toolchain
with:
release: '11.2-2022.02'
toolchain: 'arm-gcc'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hil_test.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "BOARDS_LIST=$BOARDS_LIST" >> $GITHUB_ENV
echo "BOARDS_LIST=$BOARDS_LIST" >> $GITHUB_OUTPUT
- name: Setup ARM Toolchain
- name: Setup Toolchain
uses: ./.github/actions/setup_toolchain
with:
toolchain: 'arm-gcc'
Expand Down

0 comments on commit 83499a2

Please sign in to comment.