Explorar o código

Update windows.yml

Ray %!s(int64=5) %!d(string=hai) anos
pai
achega
c1ee4c3e7e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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)