Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Jun 3, 2024
1 parent 707555b commit 552b1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# We need to replace \ with / in the path, specifically for Gradle
$iceHome = "${{ github.workspace }}/ice"
$iceHome = $iceHome.Repalce("\", "/")
$iceHome = $iceHome.Replace("\", "/")
echo "ICE_HOME=$iceHome" >> $env:GITHUB_ENV
- name: Linux/MacOS Environment
Expand Down

0 comments on commit 552b1bf

Please sign in to comment.