Ver Fonte

Update windows.yml

Ray há 5 anos atrás
pai
commit
c1ee4c3e7e
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      .github/workflows/windows.yml

+ 3 - 0
.github/workflows/windows.yml

@@ -57,7 +57,10 @@ jobs:
         cd src
         gcc -v
         make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_BUILD_ARCH=${{ matrix.ARCH }} RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../${{ env.RELEASE_NAME }}/lib"
+        dir
         cd ..
+        dir build
+      shell: cmd
       if: matrix.compiler == 'mingw-w64'
       
     - name: Build Library (MSVC16)