From c8049bfd62e3b3f0490ae9b91854fc79b904d0f8 Mon Sep 17 00:00:00 2001 From: Mj Mendoza IV Date: Thu, 23 Nov 2023 12:44:28 -0800 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index f4ba907..c47d941 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -17,8 +17,8 @@ jobs: - name: Install dependencies run: sudo apt install make libgtkmm-3.0-dev build-essential - - name: Run check + - name: Create Resources run: cd studio; make -f Makefile.gnu resource - - name: Run distcheck - run: make -f Makefile.gnu + - name: Create Binary + run: cd studio; make -f Makefile.gnu