Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Windmill-City committed Jan 13, 2024
1 parent f0c58b6 commit b92a54e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true
# Fetch all to make git describe work correctly
fetch-depth: 0
ref: ${{ github.ref_name }}

- name: Setup Java
uses: actions/setup-java@v1
Expand Down

0 comments on commit b92a54e

Please sign in to comment.