We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2b9ee commit 841a9dcCopy full SHA for 841a9dc
1 file changed
.github/workflows/multi-platform-build.yml
@@ -43,14 +43,15 @@ jobs:
43
# }
44
45
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
53
- cmd /c "rmdir /s /q build"
+ # TODO to update the name of build dir
+ #- name : Clean up before build (Linux only)
+ # if: matrix.config.os == 'ubuntu-latest'
+ # run: |
+ # rm -rf build
+ #- name: Clean up before build (Windows only)
+ # if: matrix.config.os == 'windows-latest'
54
+ # cmd /c "rmdir /s /q build"
55
56
- name: Checkout FVA repository
57
uses: actions/checkout@v3
0 commit comments