Skip to content

Commit

Permalink
chore: remove unnecessary configure
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 authored Jun 20, 2023
1 parent 3aefbcb commit 489cefc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
# - name: configure
# run: ./configure
- name: make
run: make
- name: Upload a Build Artifact
Expand All @@ -26,8 +24,6 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
# - name: configure
# run: ./configure
- name: make
run: make
- name: Upload a Build Artifact
Expand All @@ -41,8 +37,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# - name: configure
# run: ./configure
- name: make
run: make
- name: Upload a Build Artifact
Expand Down

0 comments on commit 489cefc

Please sign in to comment.