We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4011ead commit d8a0e35Copy full SHA for d8a0e35
1 file changed
.github/workflows/build.yml
@@ -126,15 +126,6 @@ jobs:
126
cmake --build build --config Release
127
$SUDO cmake --install build
128
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
-
138
- name: Build SDL_image.
139
shell: bash
140
run: |
0 commit comments