We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617a9e4 commit 1b35debCopy full SHA for 1b35deb
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
if: matrix.os == 'ubuntu-latest'
38
run: |
39
sudo apt-get install -y musl-tools libx11-dev
40
- ln -s /opt/X11/include/X11 /usr/local/include/X11
+ sudo ln -s /opt/X11/include/X11 /usr/local/include/X11
41
42
- name: Install dependencies on macOS
43
if: matrix.os == 'macos-13'
0 commit comments