Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
creek23 authored Nov 23, 2023
1 parent 0bbe0d8 commit c8049bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c8049bf

Please sign in to comment.