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