Skip to content

Commit

Permalink
Remove artefact tarball after extraction
Browse files Browse the repository at this point in the history
Interferes with the clean working directory other checks.
  • Loading branch information
dra27 committed Apr 24, 2022
1 parent fbbdbf2 commit 1b38305
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Unpack Artifact
run: |
tar --zstd -xf sources.tar.zstd
rm -f sources.tar.zstd
- name: Packages
run: |
sudo apt-get update -y && sudo apt-get install -y texlive-latex-extra texlive-fonts-recommended hevea sass
Expand Down Expand Up @@ -140,6 +141,7 @@ jobs:
- name: Unpack Artifact
run: |
tar --zstd -xf sources.tar.zstd
rm -f sources.tar.zstd
- name: Run the testsuite (debug runtime)
if: ${{ matrix.id == 'debug' }}
env:
Expand Down

0 comments on commit 1b38305

Please sign in to comment.