File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 env :
3434 CXX : g++-14
3535 - name : Build Target
36- run : cmake --build build --config Release
36+ run : cmake --build ${{ github.workspace }}/ build --config Release
3737 - name : Verify Executable Production
38- run : ls -l build/vectorjs
38+ run : ls -l ${{ github.workspace }}/ build/vectorjs
3939
4040 build-windows :
4141 name : Build on Windows
5858 -DCMAKE_C_COMPILER_LAUNCHER=ccache
5959 - name : Verify Executable Production
6060 shell : pwsh
61- run : Test-Path "build/Release/vectorjs.exe"
61+ run : Test-Path "${{ github.workspace }}/ build/Release/vectorjs.exe"
6262
6363 build-mac :
6464 name : Build on macOS
8080 -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
8181 -DCMAKE_C_COMPILER_LAUNCHER=ccache
8282 - name : Verify Executable Production
83- run : ls -l build/vectorjs
83+ run : ls -l ${{ github.workspace }}/ build/vectorjs
You can’t perform that action at this time.
0 commit comments