Skip to content

Commit

Permalink
Properly build PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kas-tle authored Sep 25, 2023
1 parent d97483f commit 0d8485f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Checkout repository and submodules
uses: actions/checkout@v3
with:
submodules: recursive

- name: Set up JDK 17
uses: actions/setup-java@v2
Expand Down

0 comments on commit 0d8485f

Please sign in to comment.