From 7ab7c614fedfc2753c57f0898afdf56cd898756c Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Fri, 31 May 2024 15:51:03 -0700 Subject: [PATCH] fix --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) 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/