Skip to content

Commit 8aee30e

Browse files
committed
fix
1 parent a6c5585 commit 8aee30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
runs-on: ubuntu-22.04
1010
steps:
1111
- uses: actions/checkout@v2
12-
- run: sudo ./setup.sh
12+
- run: sudo ./configure
1313
- run: make test

0 commit comments

Comments
 (0)