Skip to content

Commit 75bf9c4

Browse files
committed
Remove useless demo
1 parent 3b115bc commit 75bf9c4

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/build_macos.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)