We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d97e2d commit ab8d1adCopy full SHA for ab8d1ad
1 file changed
.github/workflows/ci.yml
@@ -21,10 +21,8 @@ jobs:
21
- aarch64
22
steps:
23
- uses: actions/checkout@v2
24
- - name: make
25
- run: make
26
- - name: make test
27
- run: make test
+ - run: make
+ - run: make test
28
29
buildwindows:
30
runs-on: windows-latest
@@ -34,8 +32,5 @@ jobs:
34
32
35
33
36
- uses: msys2/setup-msys2@v2
37
- with:
38
- install: make mingw-w64-x86_64-clang
39
- - run: clang --version
40
- - run: make USECLANG=1
41
0 commit comments