Remove download CI workflow step, no longer needed when using autoDownloadPurge and caching

This commit is contained in:
Erik C. Thauvin 2026-06-23 22:37:51 -07:00
parent 83f8997e33
commit cd545df730
No known key found for this signature in database
GPG key ID: 776702A6A2DA330E

View file

@ -115,11 +115,8 @@ jobs:
key: ${{ runner.os }}-bld-java${{ matrix.java-version}}-lib
restore-keys: ${{ runner.os }}-bld-java${{ matrix.java-version}}-lib
- name: Download dependencies
run: ./bld clean download
- name: Compile source
run: ./bld compile
run: ./bld clean compile
- name: Run tests
id: tests