Skip to content

Commit 841a9dc

Browse files
committed
#20 commented clean
1 parent 5d2b9ee commit 841a9dc

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/multi-platform-build.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,15 @@ jobs:
4343
# }
4444

4545
steps:
46-
- name : Clean up before build (Linux only)
47-
if: matrix.config.os == 'ubuntu-latest'
48-
run: |
49-
rm -rf build
50-
- name: Clean up before build (Windows only)
51-
if: matrix.config.os == 'windows-latest'
52-
run: |
53-
cmd /c "rmdir /s /q build"
46+
# TODO to update the name of build dir
47+
#- name : Clean up before build (Linux only)
48+
# if: matrix.config.os == 'ubuntu-latest'
49+
# run: |
50+
# rm -rf build
51+
#- name: Clean up before build (Windows only)
52+
# if: matrix.config.os == 'windows-latest'
53+
# run: |
54+
# cmd /c "rmdir /s /q build"
5455

5556
- name: Checkout FVA repository
5657
uses: actions/checkout@v3

0 commit comments

Comments
 (0)