File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -121,23 +121,6 @@ jobs:
121121 - run : cmake --build ${{ runner.workspace }}/build --config Debug --parallel 4 --target example_graphics
122122 - run : cmake --build ${{ runner.workspace }}/build --config Release --parallel 4 --target example_graphics
123123
124- build_render :
125- runs-on : macos-latest
126- needs : [configure]
127- steps :
128- - uses : actions/checkout@v4
129- - uses : seanmiddleditch/gha-setup-ninja@master
130- - uses : actions/cache/restore@v4
131- id : cache-restore
132- with :
133- path : ${{ runner.workspace }}/build
134- key : macos-build-${{ github.sha }}
135- - name : Configure If Cache Missed
136- if : steps.cache-restore.outputs.cache-hit != 'true'
137- run : cmake ${{ github.workspace }} -G "Ninja Multi-Config" -B ${{ runner.workspace }}/build -DYUP_ENABLE_EXAMPLES=ON
138- - run : cmake --build ${{ runner.workspace }}/build --config Debug --parallel 4 --target example_render
139- - run : cmake --build ${{ runner.workspace }}/build --config Release --parallel 4 --target example_render
140-
141124 build_plugins :
142125 runs-on : macos-latest
143126 needs : [configure]
You can’t perform that action at this time.
0 commit comments