Skip to content

Commit

Permalink
Don't depend on staticlib build that isn't happening
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Jul 22, 2024
1 parent 1b6a136 commit 1927661
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-ferrocene.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on: [push]
jobs:
job-build-demo-app:
runs-on: ubuntu-latest
needs: job-build-threadx-staticlib
steps:
- name: Install Arm C compiler
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on: [push]
jobs:
job-build-demo-app:
runs-on: ubuntu-latest
needs: job-build-threadx-staticlib
steps:
- name: Install Arm C compiler
run: |
Expand Down

0 comments on commit 1927661

Please sign in to comment.