Skip to content

Commit 9dc9554

Browse files
committed
Update ci.yml
1 parent 93a2d6a commit 9dc9554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
227227
- name: Free Diskspace
228228
shell: pwsh
229-
if: ${{ runner.os == "Windows" }}
229+
if: runner.os == 'Windows'
230230
run: |
231231
Get-Volume | Out-String | Write-Host
232232
$dirs = 'C:\Program Files\LLVM\bin',

0 commit comments

Comments
 (0)