Skip to content

Commit a724fbc

Browse files
committed
change actions configure was left in
1 parent c44318c commit a724fbc

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/manual.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12-
13-
- name: configure
14-
run: ./configure
1512

1613
- name: Install dependencies
1714
run: make

.github/workflows/nightly.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16-
- name: configure
17-
run: ./configure
18-
1916
- name: Install dependencies
2017
run: make
2118

0 commit comments

Comments
 (0)