Skip to content

Commit

Permalink
actions: Add whitespace to build file
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbot16 committed Jan 31, 2022
1 parent c168384 commit c33ce28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17

- name: Cache Brachyura directory
uses: actions/cache@v2
with:
Expand All @@ -23,5 +25,6 @@ jobs:
~/.brachyura
key: ${{ runner.os }}-brachyura-${{ hashFiles('**/Buildscript.java') }}
restore-keys: ${{ runner.os }}-brachyura

- name: Build with Brachyura
run: java -jar brachyura-bootstrap-0.jar build

0 comments on commit c33ce28

Please sign in to comment.