Skip to content

Commit 571e816

Browse files
DEBUG: PR with clangrt 9
1 parent 3304f2d commit 571e816

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build_clangrt_builtins.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ jobs:
6464
strategy:
6565
fail-fast: false
6666
matrix:
67-
target:
68-
- se: [st33, st33k1]
67+
se: [st33, st33k1]
6968
steps:
7069
- name: Clone repository
7170
uses: actions/checkout@v4
@@ -87,6 +86,6 @@ jobs:
8786
ls -l
8887
git status
8988
git switch --create sdk_libs_update
90-
git add arch/${{ matrix.target.se }}/lib
89+
git add arch/${{ matrix.se }}/lib
9190
git status
9291
gh pr create -B ${{ inputs.target_sdk_branch }} --title '[SDK_LIBS_UPDATE] Updating static SDK libraries' --body 'Created by Github action'

0 commit comments

Comments
 (0)