From cbf9183abe6947a5a8df41a0ee0da9b3bf8a5a14 Mon Sep 17 00:00:00 2001 From: Dimiter 'malkia' Stanev Date: Mon, 18 Dec 2023 15:15:58 -0800 Subject: [PATCH] fixed bazelrc script --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fd8056055..bf3ebcd155 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,9 @@ jobs: - uses: actions/checkout@v4 - name: run otel_sdk_build.cmd run: | - echo "build --disk_cache=c:/b/d" > ../top.bazelrc1 + echo "build --disk_cache=c:/b/d" > ../top.bazelrc echo "common --repository_cache=c:/b/r" >> ../top.bazelrc echo "startup --output_user_root=c:/b/u" >> ../top.bazelrc - type ../top.bazelrc ./otel_sdk_build.cmd - name: release otel_sdk.zip uses: ncipollo/release-action@v1.13.0