Skip to content

Commit f64c58d

Browse files
authored
Update build.yml
1 parent 19e6edf commit f64c58d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3434
restore-keys: |
3535
${{ runner.os }}-maven-
36+
37+
- name: Create required directories for SQLite database
38+
run: mkdir -p data
3639

3740
- name: Build with Maven Wrapper
3841
run: |

0 commit comments

Comments
 (0)