Skip to content

Commit

Permalink
wipe build-xz after build
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Aug 6, 2023
1 parent e9c2c00 commit 316fc7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-upstream-gh-xz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
cmake ${{ env.lzma-source }}/CMakeLists.txt -B . --install-prefix ${{ env.lzma-install }} -DBUILD_SHARED_LIBS=ON
cmake --build .
cmake --install .
rm -fr ${GITHUB_WORKSPACE}/build-xz
# working-directory: ${GITHUB_WORKSPACE}/build-xz
# working-directory: ${{ env.lzma-source }}

Expand Down

0 comments on commit 316fc7d

Please sign in to comment.