We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571e816 commit 6eab1b0Copy full SHA for 6eab1b0
.github/workflows/build_clangrt_builtins.yml
@@ -61,10 +61,6 @@ jobs:
61
runs-on: ubuntu-latest
62
if: ${{ success() && inputs.create_pr }}
63
continue-on-error: true
64
- strategy:
65
- fail-fast: false
66
- matrix:
67
- se: [st33, st33k1]
68
steps:
69
- name: Clone repository
70
uses: actions/checkout@v4
@@ -83,9 +79,9 @@ jobs:
83
79
env:
84
80
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
85
81
run: |
86
- ls -l
87
82
git status
88
git switch --create sdk_libs_update
89
- git add arch/${{ matrix.se }}/lib
+ git add -A .
+ git commit -m 'Updating static SDK libraries'
90
91
gh pr create -B ${{ inputs.target_sdk_branch }} --title '[SDK_LIBS_UPDATE] Updating static SDK libraries' --body 'Created by Github action'
0 commit comments