Skip to content

Commit d8a0e35

Browse files
authored
.
1 parent 4011ead commit d8a0e35

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,6 @@ jobs:
126126
cmake --build build --config Release
127127
$SUDO cmake --install build
128128
129-
- name: Build SDL_shadercross.
130-
shell: bash
131-
run: |
132-
cd SDL_shadercross
133-
cmake -G "$GENERATOR" -S . -B build -DCMAKE_BUILD_TYPE=Release \
134-
-DCMAKE_SYSTEM_NAME=${{matrix.system}} -DCMAKE_SYSTEM_PROCESSOR=${{matrix.cmake-arch}} $FLAGS
135-
cmake --build build --config Release
136-
$SUDO cmake --install build
137-
138129
- name: Build SDL_image.
139130
shell: bash
140131
run: |

0 commit comments

Comments
 (0)