Skip to content

Commit 1803f52

Browse files
committed
Remove unnecessary OS install build step
1 parent f15a747 commit 1803f52

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ jobs:
6060
- run: npm run typecheck
6161
name: Type check
6262
if: startsWith(matrix.runner, 'ubuntu')
63-
- run: |
64-
set -euo pipefail
65-
sudo apt-get update
66-
sudo apt-get install -y libnss3
67-
name: Install OS dependencies
68-
if: startsWith(matrix.runner, 'ubuntu')
6963
- run: ./test-driver.sh
7064
name: Verify install
7165
shell: bash

0 commit comments

Comments
 (0)