From 8e7b3481415f08feec0e61542e0138132578fc0b Mon Sep 17 00:00:00 2001 From: oberrich Date: Fri, 10 Jan 2025 07:05:21 +0100 Subject: [PATCH] chore: use nushell in ci --- .github/workflows/rust.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index bf2e4d5..da8de5f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 @@ -112,8 +112,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - with: - submodules: 'recursive' - name: Run tests and generate bindings env: @@ -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