Skip to content

Commit

Permalink
fixing pes
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Sep 17, 2023
1 parent e4a7c3e commit 9524117
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/unstable_nonbloom_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- id: execute
run: |
mkdir -p /tmp/artifacts
touch /tmp/artifacts/temp.txt
- name: Save artifacts
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -89,9 +90,7 @@ jobs:
path: /tmp/artifacts/
- id: execute
run: |
rm /tmp/artifacts/compiled.txt 2> /dev/null || true
rm /tmp/artifacts/idx.txt 2> /dev/null || true
rm /tmp/artifacts/compile_further.txt 2> /dev/null || true
rm /tmp/artifacts/temp.txt 2> /dev/null || true
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down

0 comments on commit 9524117

Please sign in to comment.