diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0378ac7..2df1b4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,9 +7,6 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: -# os: [ ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest ] - # node: [ 18, 20 ] - # test: [ example/node-bun, example/node-webpack ] os: [ ubuntu-latest ] node: [ 18 ] test: [ example/node-bun ] @@ -32,10 +29,6 @@ jobs: if [[ "$RUNNER_OS" == "Windows" ]]; then echo Adding .cargo/bin to PATH on Windows... $env:Path += ";$env:USERPROFILE\.cargo\bin" -# else -# echo Adding .cargo/bin to PATH on Linux/macOS... -# echo "::add-path::$HOME/.cargo/bin" - fi - name: Verify Rust installation run: rustc --version