Skip to content

Commit

Permalink
non relative
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Jul 25, 2024
1 parent 5c0ce72 commit 310e0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/intl4x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- run: echo "LOCAL_ICU4X_BINARY=$(realpath submodules/icu4x/bin/macos_arm64)" >> $GITHUB_ENV
if: matrix.os == 'macos-latest'

- run: echo ("LOCAL_ICU4X_BINARY=" + (Get-Item submodules\icu4x\bin\windows_x64 | Resolve-Path -Relative) -replace '/', '\') >> $env:GITHUB_ENV
- run: echo ("LOCAL_ICU4X_BINARY=" + (Get-Item submodules\icu4x\bin\windows_x64 | Resolve-Path ) -replace '/', '\') >> $env:GITHUB_ENV
if: matrix.os == 'windows-latest'

- name: Display structure of downloaded files
Expand Down

0 comments on commit 310e0af

Please sign in to comment.