Skip to content

Commit 46b3ec1

Browse files
authored
CI: Disable downstream job temporarily (#16)
#### Problem #9 introduced a breaking change to the loader-v3-interface crate, but the downstream job is still running. #### Summary of changes Until agave is updated to use the newest version of loader-v3-interface, disable the downstream job.
1 parent 59b5afd commit 46b3ec1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
run: ./scripts/check-nightly.sh
103103

104104
check-downstream-agave:
105+
if: false # re-enable after agave uses loader-v3-interface v3
105106
name: Cargo check Agave master
106107
runs-on: ubuntu-latest
107108
needs: [sanity]

0 commit comments

Comments
 (0)