We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5dfeb9 commit b650a23Copy full SHA for b650a23
1 file changed
.github/workflows/buildtools.yml
@@ -65,15 +65,15 @@ jobs:
65
- name: Remove pre-built binaries
66
run: |
67
pushd master/examples/${{ matrix.directory }}
68
- ls -lhai *.dll ${{ matrix.buildname }}*
69
- rm ${{ matrix.buildname }} ${{ matrix.buildname }}.exe
+ ls -lhai
+ rm ${{ matrix.buildname }}
70
popd
71
72
- name: Configure and build ${{ matrix.buildname }}
73
74
75
cmake -S . -B build && cmake --build build -j$(nproc)
76
77
78
79
- name: Upload
0 commit comments