Skip to content

Commit

Permalink
fix gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed May 24, 2024
1 parent 6d42241 commit f162a5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows.src/ls-build.inc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<%- for publish in publications %>

publish<< publish.suffix>>-<< tgt.name >>:
needs: [<% if publish_all %>collect<% else %>test-<< tgt.name >><% endif %>]
needs: [<% if publish_all %>collect<% else %>build-<< tgt.name >><% endif %>]
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -269,7 +269,7 @@
<%- set plat_id = tgt.platform + ("{}".format(tgt.platform_libc) if tgt.platform_libc else "") + ("-{}".format(tgt.platform_version) if tgt.platform_version else "") %>

publish-<< tgt.name >>:
needs: [<% if publish_all %>collect<% else %>test-<< tgt.name >><% endif %>]
needs: [<% if publish_all %>collect<% else %>build-<< tgt.name >><% endif %>]
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -411,15 +411,13 @@
<%- endif %>
<%- for tgt in targets.linux %>
- build-<< tgt.name >>
- test-<< tgt.name >>
<%- for publish in publications %>
- publish<< publish.suffix>>-<< tgt.name >>
- check-published<< publish.suffix>>-<< tgt.name >>
<%- endfor %>
<%- endfor %>
<%- for tgt in targets.macos %>
- build-<< tgt.name >>
- test-<< tgt.name >>
<%- for publish in publications %>
- publish<< publish.suffix>>-<< tgt.name >>
<%- endfor %>
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ls-nightly.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f162a5c

Please sign in to comment.