Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
Try to fix makefile runner
  • Loading branch information
ZenGround0 authored Aug 22, 2024
1 parent ee15e9d commit d662ca3
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: configure
run: ./configure

- name: Install dependencies
run: make

- name: Run check
run: make check
- name: Run build
run: make build

- name: Run distcheck
run: make distcheck
- name: Run tests
run: make test

0 comments on commit d662ca3

Please sign in to comment.