Commit d83967b 1 parent a2e0b5d commit d83967b Copy full SHA for d83967b
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
submodules : recursive
24
24
- name : Install dependencies
25
- run : vcpkg install glew sdl2 libogg libvorbis --triplet=x86-windows-static
25
+ run : vcpkg install sdl2 libogg libvorbis --triplet=x86-windows-static
26
26
- name : Build RSDKv2
27
27
run : |
28
28
cmake -B build ${{env.GENERAL_FLAGS}} ${{env.GENERAL_WIN_FLAGS}} ${{env.WIN32_FLAGS}}
44
44
with :
45
45
submodules : recursive
46
46
- name : Install dependencies
47
- run : vcpkg install glew sdl2 libogg libvorbis --triplet=x64-windows-static
47
+ run : vcpkg install sdl2 libogg libvorbis --triplet=x64-windows-static
48
48
- name : Build RSDKv2
49
49
run : |
50
50
cmake -B build ${{env.GENERAL_FLAGS}} ${{env.GENERAL_WIN_FLAGS}} ${{env.WIN64_FLAGS}}
68
68
- name : Install dependencies
69
69
run : |
70
70
sudo apt-get update
71
- sudo apt-get install libglew-dev libglfw3-dev libsdl2-dev libogg-dev libvorbis-dev
71
+ sudo apt-get install libsdl2-dev libogg-dev libvorbis-dev
72
72
- name : Build RSDKv2
73
73
run : |
74
74
cmake -B build ${{env.GENERAL_FLAGS}} ${{env.GENERAL_LINUX_FLAGS}}
You can’t perform that action at this time.
0 commit comments