Commit 78acd26 1 parent e4a4426 commit 78acd26 Copy full SHA for 78acd26
File tree 1 file changed +1
-15
lines changed
1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 89
89
uses : ilammy/msvc-dev-cmd@v1
90
90
if : matrix.target.id == 'windows-amd64-msvc'
91
91
92
- - name : Set up MinGW (Windows-mingw)
93
- uses : egor-tensin/setup-mingw@v2
94
- if : matrix.target.id == 'windows-amd64-mingw'
95
- with :
96
- platform : x64
97
-
98
92
- name : Build
99
- if : (!startsWith( matrix.target.id, 'windows')) && matrix.target.id != 'linux-aarch64' && matrix.target.id != 'linux-riscv64'
93
+ if : matrix.target.id != 'windows-amd64-msvc' && matrix.target.id != 'linux-aarch64' && matrix.target.id != 'linux-riscv64'
100
94
shell : bash
101
95
run : |
102
96
./build.sh ${{ matrix.llvm_version }} ${{ matrix.llvm_repo_url }}
@@ -112,7 +106,6 @@ jobs:
112
106
shell : bash
113
107
run : |
114
108
./build.sh ${{ matrix.llvm_version }} ${{ matrix.llvm_repo_url }} riscv64
115
-
116
109
117
110
- name : Build (Windows-msvc)
118
111
if : matrix.target.id == 'windows-amd64-msvc'
@@ -121,13 +114,6 @@ jobs:
121
114
run : |
122
115
./build.sh ${{ matrix.llvm_version }} ${{ matrix.llvm_repo_url }}
123
116
124
- - name : Build (Windows-mingw)
125
- if : matrix.target.id == 'windows-amd64-mingw'
126
- # shell: |
127
- # powershell -Command "& '{0}'"
128
- run : |
129
- ./build.ps1 ${{ matrix.llvm_version }} ${{ matrix.llvm_repo_url }}
130
-
131
117
- name : Inspect
132
118
shell : bash
133
119
run : |
You can’t perform that action at this time.
0 commit comments