Explorar el Código

Update ccpp.yml

Ray hace 5 años
padre
commit
3c75bb5e6d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/ccpp.yml

+ 1 - 1
.github/workflows/ccpp.yml

@@ -12,7 +12,7 @@ jobs:
     - name: apt-update
       run: sudo apt-get update -qq
     - name: apt get glfw
-      run: sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libglew-dev
+      run: sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libxcursor-dev
     - name: make src
       run: cd src && make PLATFORM=PLATFORM_DESKTOP
     - name: make examples