We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81ffbc commit 7913ec1Copy full SHA for 7913ec1
.github/workflows/release.yml
@@ -33,7 +33,6 @@ jobs:
33
steps:
34
- uses: actions/checkout@v4
35
# on unbuntu-latest, libx11-dev is required for building.
36
- - name: Install dependencies
37
- name: Install dependencies (Ubuntu)
38
if: matrix.os == 'ubuntu-latest'
39
run: sudo apt-get update && sudo apt-get install -y libx11-dev
0 commit comments