From 1acbdf75a2c862db176a369e83f6945f1df1d433 Mon Sep 17 00:00:00 2001 From: "lane.wei" Date: Tue, 9 Jan 2024 11:34:38 +0800 Subject: [PATCH] ENH: disable cache for building on ubuntu Change-Id: I6b08b5c8ed1106efe7d2f3bc66ded683609c8f04 --- .github/workflows/build_ubuntu.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/build_ubuntu.yml b/.github/workflows/build_ubuntu.yml index 9860f9035d..5178944dae 100644 --- a/.github/workflows/build_ubuntu.yml +++ b/.github/workflows/build_ubuntu.yml @@ -23,17 +23,8 @@ jobs: - name: Fix permissions shell: bash run: sudo chown $USER -R ./ - - name: Build deps - id: cache_deps - uses: actions/cache@v3 - env: - cache-name: ${{ runner.os }}-cache-bambustudio_deps_x64 - with: - path: ${{ github.workspace }}/deps/build/destdir - key: build-${{ env.cache-name }} - - if: ${{ steps.cache_deps.outputs.cache-hit != 'true' }} - name: Build deps + - name: Build deps working-directory: ${{ github.workspace }} continue-on-error: true run: ./BuildLinux.sh -dsr