Skip to content

Commit

Permalink
chore: use nushell in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Jan 10, 2025
1 parent c0a3789 commit 8e7b348
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
$exports | ForEach-Object {
$_ | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
Log "Added $_ to GITHUB_PATH"
Log "Added $_ to $env:GITHUB_PATH"
}
- name: Install Rust
Expand All @@ -112,8 +112,6 @@ jobs:

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

- name: Run tests and generate bindings
env:
Expand Down Expand Up @@ -160,7 +158,7 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add src/ffi
# Check if there are any changes to commit
Expand Down

0 comments on commit 8e7b348

Please sign in to comment.