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 757a027 commit 6593d86Copy full SHA for 6593d86
.github/workflows/cmake-windows.yml
@@ -90,8 +90,8 @@ jobs:
90
name: ez80-lto2${{env.EXE}}-${{matrix.runs-on}}${{matrix.build-type}}
91
path: ez80-lto2${{env.EXE}}
92
93
- - name: Disk Usage
94
- run: wmic logicaldisk get size,freespace,caption
+# - name: Disk Usage
+# run: wmic logicaldisk get size,freespace,caption
95
96
build-clang:
97
needs: [build-llvm]
@@ -168,8 +168,8 @@ jobs:
168
name: ez80-clang${{env.EXE}}-${{matrix.runs-on}}${{matrix.build-type}}
169
path: ez80-clang${{env.EXE}}
170
171
172
173
174
nightly:
175
runs-on: ubuntu-latest
0 commit comments