Skip to content

Commit

Permalink
Fix ci after change in nightly (#79)
Browse files Browse the repository at this point in the history
* Don't run CI twice in PR's

* fix ci after change in nightly

-Zgcc-ld=lld was stabilized in
rust-lang/compiler-team#510 under a
different name.
  • Loading branch information
Erk- authored Jun 15, 2024
1 parent cc42534 commit c2cffde
Show file tree
Hide file tree
Showing 4 changed files with 641 additions and 302 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch:
pull_request:
push:
branches:
- trunk

jobs:
check:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch:
pull_request:
push:
branches:
- trunk

jobs:
build-images:
Expand Down
Loading

0 comments on commit c2cffde

Please sign in to comment.