Skip to content

Commit

Permalink
chore: improve ci powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Jan 10, 2025
1 parent 1415d56 commit ceba6e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
)
$paths | ForEach-Object {
Add-Content -Path $env:GITHUB_PATH -Value $_ -Encoding utf8
Add-Content -Path $env:GITHUB_PATH -Value "$($_)" -Encoding utf8
Log "Added $_ to `$GITHUB_PATH"
}
Expand All @@ -126,7 +126,7 @@ jobs:
components: rustfmt

- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'

Expand Down

0 comments on commit ceba6e5

Please sign in to comment.