Skip to content

Commit

Permalink
ci(build_release): fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
1Conan committed Oct 13, 2022
1 parent 08122a1 commit 1e048a5
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,9 @@ jobs:
with:
submodules: recursive

- name: cache files
uses: actions/cache@v2
if: ${{ !env.ACT }}
with:
path: |
~/workspace
key: build-win-linux-${{ matrix.triple }}-${ { env.GITHUB_SHA } }
restore-keys: |
build-win-linux-${{ matrix.triple }}
- name: setup environment
run: |
export WORKSPACE=${HOME}/workspace
export WORKSPACE=/workspace
mkdir -p ${WORKSPACE}/build_{base,work,source}
Expand Down

0 comments on commit 1e048a5

Please sign in to comment.