Skip to content

Commit ab8d1ad

Browse files
authored
Update ci.yml
1 parent 4d97e2d commit ab8d1ad

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ jobs:
2121
- aarch64
2222
steps:
2323
- uses: actions/checkout@v2
24-
- name: make
25-
run: make
26-
- name: make test
27-
run: make test
24+
- run: make
25+
- run: make test
2826

2927
buildwindows:
3028
runs-on: windows-latest
@@ -34,8 +32,5 @@ jobs:
3432
steps:
3533
- uses: actions/checkout@v2
3634
- uses: msys2/setup-msys2@v2
37-
with:
38-
install: make mingw-w64-x86_64-clang
39-
- run: clang --version
40-
- run: make USECLANG=1
35+
- run: make
4136
- run: make test

0 commit comments

Comments
 (0)