Skip to content

Commit

Permalink
Remove unnecessary OS install build step
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Feb 5, 2025
1 parent f15a747 commit 1803f52
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ jobs:
- run: npm run typecheck
name: Type check
if: startsWith(matrix.runner, 'ubuntu')
- run: |
set -euo pipefail
sudo apt-get update
sudo apt-get install -y libnss3
name: Install OS dependencies
if: startsWith(matrix.runner, 'ubuntu')
- run: ./test-driver.sh
name: Verify install
shell: bash
Expand Down

0 comments on commit 1803f52

Please sign in to comment.