mirror of
https://github.com/rife2/bld
synced 2026-06-25 05:27:46 +02:00
Remove download CI workflow step, no longer needed when using autoDownloadPurge and caching
This commit is contained in:
parent
83f8997e33
commit
cd545df730
5
.github/workflows/bld.yml
vendored
5
.github/workflows/bld.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue