diff --git a/.github/workflows/bld.yml b/.github/workflows/bld.yml index eef7857..0c2c847 100644 --- a/.github/workflows/bld.yml +++ b/.github/workflows/bld.yml @@ -161,11 +161,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 @@ -208,11 +205,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.bat clean download - - name: Compile source - run: .\bld.bat compile + run: .\bld.bat clean compile - name: Run tests id: tests