Skip to content

Commit

Permalink
ci: fix breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed May 3, 2022
1 parent 1ec118a commit 6ba2603
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
- name: Change ownership
run: sudo chown -R root:root .
- name: LZMA2 Test
run: docker run --rm --privileged -w /root/papaw -v `pwd`:/root/papaw ghcr.io/${{ github.repository }}/ci-container ./ci/test.sh xz
- name: LZMA2 Build
Expand Down

0 comments on commit 6ba2603

Please sign in to comment.