We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
...
..
1 parent 803d114 commit 193c31dCopy full SHA for 193c31d
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- name: Checkout
21
uses: actions/checkout@v4
22
- - run: git clone https://github.com/diffplug/durian-rx .../durian-rx
+ - run: git clone https://github.com/diffplug/durian-rx ../durian-rx
23
- name: Install JDK ${{ matrix.jre }}
24
uses: actions/setup-java@v4
25
with:
0 commit comments