Skip to content

Commit 803d114

Browse files
committed
Oops, tweaked deploy rather than ci.
1 parent 048cbd9 commit 803d114

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
22+
- run: git clone https://github.com/diffplug/durian-rx .../durian-rx
2223
- name: Install JDK ${{ matrix.jre }}
2324
uses: actions/setup-java@v4
2425
with:

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
ORG_GRADLE_PROJECT_gpg_key64: ${{ secrets.GPG_KEY64 }}
3232
steps:
3333
- uses: actions/checkout@v4
34-
- run: git clone https://github.com/diffplug/durian-rx .../durian-rx
3534
- name: jdk 17
3635
uses: actions/setup-java@v4
3736
with:

0 commit comments

Comments
 (0)