Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Dec 24, 2023
1 parent 5e1dbfc commit 2ce4645
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
scala: [2.13.12]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
- name: Checkout master branch
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: master

- name: Setup Java (zulu@8)
uses: actions/setup-java@v4
Expand Down

0 comments on commit 2ce4645

Please sign in to comment.