We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7edc7 commit 639039fCopy full SHA for 639039f
.github/workflows/main.yaml
@@ -46,7 +46,6 @@ jobs:
46
cmake -Dminimal=ON -DCMAKE_INSTALL_PREFIX=../root-${{ matrix.root-version }} ../root
47
make -j${{ steps.cpu-cores.outputs.count }}
48
make install
49
- cpack
50
cd ../
51
tar vzcf root-${{ matrix.os }}-${{ matrix.root-version }}.tgz root-${{ matrix.root-version }}
52
0 commit comments