Skip to content

Commit

Permalink
fix(workspace): streamline Rust installation command in CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
yeskiy committed Mar 4, 2025
1 parent f25eae7 commit f53b980
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand All @@ -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
Expand Down

0 comments on commit f53b980

Please sign in to comment.