Skip to content

Commit

Permalink
Fix reusable actions path
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Storm committed Oct 1, 2024
1 parent dc553a7 commit 3554024
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
ccache_s3_bucket: ${{ secrets.CCACHE_S3_BUCKET }}
ccache_s3_access_key: ${{ secrets.CCACHE_S3_ACCESS_KEY }}
ccache_s3_secret_key: ${{ secrets.CCACHE_S3_SECRET_KEY }}
uses: ./.github/workflows/reusable/kernel.yml
uses: ./.github/workflows/reusable-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
fail-fast: False
matrix:
include: ${{fromJson(needs.determine_targets.outputs.targets_subtargets)}}
uses: ./.github/workflows/reusable/reusable_build.yml
uses: ./.github/workflows/reusable_build.yml
with:
container_name: toolchain
target: ${{ matrix.target }}
Expand Down
File renamed without changes.

0 comments on commit 3554024

Please sign in to comment.