Skip to content

Commit

Permalink
fix: Fix GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSchammo authored Oct 26, 2023
1 parent 3bcd80f commit 0fc3465
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,5 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: configure
run: ./configure

- name: Install dependencies
- name: Build document
run: make

- name: Run check
run: make check

- name: Run distcheck
run: make distcheck

0 comments on commit 0fc3465

Please sign in to comment.