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 1d5855b commit e4044bcCopy full SHA for e4044bc
1 file changed
.github/workflows/build.yml
@@ -75,10 +75,10 @@ jobs:
75
echo "Resolved ICU_URL_WIN64: $icu_url_win64"
76
77
- name: Create working directories
78
- shell: pwsh
79
- run: |
80
- New-Item -ItemType Directory -Force -Path ${{ env.SQLITE_PATH }}
81
- New-Item -ItemType Directory -Force -Path ${{ env.LIBICU_PATH }}
+ shell: pwsh
+ run: |
+ New-Item -ItemType Directory -Force -Path ${{ env.SQLITE_PATH }}
+ New-Item -ItemType Directory -Force -Path ${{ env.LIBICU_PATH }}
82
83
- name: Download source archive
84
shell: pwsh
0 commit comments