diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e093af0..cb45a78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,6 @@ jobs: run: | Remove-Item -Path (Get-Command bazel.exe).Source Get-ChildItem -Path java-maven -Recurse -File | Move-Item -Destination . - Remove-Item -Path java-maven - name: Setup Bazel uses: ./setup-bazel/