diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-10-29 08:54:24 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-10-29 08:54:24 -0500 |
commit | 4f529f2c76b893077a8395bfe518b3e5b642e0ee (patch) | |
tree | efc77666285f8336e13dc65b5e09d0132ee21ae2 /.github/workflows | |
parent | feat: Add Java/JVM (#24) (diff) | |
download | locusts-4f529f2c76b893077a8395bfe518b3e5b642e0ee.tar locusts-4f529f2c76b893077a8395bfe518b3e5b642e0ee.tar.gz locusts-4f529f2c76b893077a8395bfe518b3e5b642e0ee.tar.bz2 locusts-4f529f2c76b893077a8395bfe518b3e5b642e0ee.tar.lz locusts-4f529f2c76b893077a8395bfe518b3e5b642e0ee.tar.xz locusts-4f529f2c76b893077a8395bfe518b3e5b642e0ee.tar.zst locusts-4f529f2c76b893077a8395bfe518b3e5b642e0ee.zip |
Basic README + LFS strikes again
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/jvm.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/jvm.yml b/.github/workflows/jvm.yml index 2dbb02f..bf540c7 100644 --- a/.github/workflows/jvm.yml +++ b/.github/workflows/jvm.yml @@ -50,6 +50,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + lfs: true - name: Setup Java uses: actions/setup-java@v4 with: |