Skip to content

Commit 6600a7f

Browse files
authored
Update sample.json
1 parent 75e3ed8 commit 6600a7f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • DirectProgramming/C++SYCL/VisualizedSamples/VisualMandlebrot

DirectProgramming/C++SYCL/VisualizedSamples/VisualMandlebrot/sample.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"ciTests": {
1212
"linux": [{
1313
"steps": [
14+
"apt-get install libsdl2-dev",
1415
"mkdir build",
15-
"cd build",
16-
"../get_sdl2.sh",
17-
"SDL2_DIR=SDL/install/ cmake ..",
18-
"make"
16+
"cd build",
17+
"cmake ..",
18+
"make"
1919
]
2020
}],
2121
"windows": [{

0 commit comments

Comments
 (0)