File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 CC="gcc" CXX="g++" OUTDIR="$PWD/build-gcc" ./build-lx.sh
2323 - name : Test with clang binary
2424 run : |
25- Z7_PATH="CPP/build-clang/7zz " tclsh tests/7z-test.tcl -verbose tpsem
25+ Z7_PATH="CPP/build-clang/7z " tclsh tests/7z-test.tcl -verbose tpsem
2626 - name : Test with gcc binary
2727 run : |
28- Z7_PATH="CPP/build-gcc/7zz " tclsh tests/7z-test.tcl -verbose tpsem
28+ Z7_PATH="CPP/build-gcc/7z " tclsh tests/7z-test.tcl -verbose tpsem
2929 - name : Upload Build Artifacts (gcc)
3030 uses : actions/upload-artifact@v6
3131 with :
@@ -51,10 +51,10 @@ jobs:
5151 CC="gcc" CXX="g++" OUTDIR="$PWD/build-gcc" ./build-lx.sh
5252 - name : Test with clang binary
5353 run : |
54- Z7_PATH="CPP/build-clang/7zz " tclsh tests/7z-test.tcl -verbose tpsem
54+ Z7_PATH="CPP/build-clang/7z " tclsh tests/7z-test.tcl -verbose tpsem
5555 - name : Test with gcc binary
5656 run : |
57- Z7_PATH="CPP/build-gcc/7zz " tclsh tests/7z-test.tcl -verbose tpsem
57+ Z7_PATH="CPP/build-gcc/7z " tclsh tests/7z-test.tcl -verbose tpsem
5858 - name : Upload Build Artifacts (gcc)
5959 uses : actions/upload-artifact@v6
6060 with :
You can’t perform that action at this time.
0 commit comments