From 26ada82c426cf3527b1966ea6c3091a8d9d45374 Mon Sep 17 00:00:00 2001 From: Aryeh Date: Fri, 27 Nov 2020 14:13:59 +1100 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 70672fe..a9f8d9c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -15,26 +15,21 @@ jobs: - uses: actions/checkout@v2 - name: make setup - working-directory: D:/a/raylib-cpp-starter run: mingw32-make setup shell: cmd - name: make compile - working-directory: D:/a/raylib-cpp-starter run: mingw32-make compile shell: cmd - name: make clean - working-directory: D:/a/raylib-cpp-starter run: mingw32-make clean shell: cmd - name: make compile CXX=g++ - working-directory: D:/a/raylib-cpp-starter run: mingw32-make compile CXX=g++ shell: cmd - name: make clean - working-directory: D:/a/raylib-cpp-starter run: mingw32-make clean shell: cmd