Skip to content

Commit e4044bc

Browse files
committed
Correct workflow indentation
1 parent 1d5855b commit e4044bc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ jobs:
7575
echo "Resolved ICU_URL_WIN64: $icu_url_win64"
7676
7777
- 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 }}
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 }}
8282
8383
- name: Download source archive
8484
shell: pwsh

0 commit comments

Comments
 (0)