Skip to content

Commit

Permalink
file remove file error
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Rajoria <[email protected]>
  • Loading branch information
aryan-rajoria committed Nov 6, 2024
1 parent 333552d commit 2d69e78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Clean up previous
run: |
cd blint-db
rm info.log
rm blint.db
rm -f info.log
rm -f blint.db
- name: Build and upload db
run: |
mkdir -p temp
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Clean up previous
run: |
cd blint-db
rm info.log
rm blint.db
rm -f info.log
rm -f blint.db
- name: Build and upload db
run: |
mkdir -p temp
Expand Down

0 comments on commit 2d69e78

Please sign in to comment.