Skip to content

Commit

Permalink
ENH: disable cache for building on ubuntu
Browse files Browse the repository at this point in the history
Change-Id: I6b08b5c8ed1106efe7d2f3bc66ded683609c8f04
  • Loading branch information
lanewei120 committed Jan 9, 2024
1 parent 2b953bc commit 1acbdf7
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1acbdf7

Please sign in to comment.