Skip to content

Commit 7913ec1

Browse files
committed
fix: remove redundant dependency installation step in release workflow
1 parent c81ffbc commit 7913ec1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535
# on unbuntu-latest, libx11-dev is required for building.
36-
- name: Install dependencies
3736
- name: Install dependencies (Ubuntu)
3837
if: matrix.os == 'ubuntu-latest'
3938
run: sudo apt-get update && sudo apt-get install -y libx11-dev

0 commit comments

Comments
 (0)