We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6134f6d commit cb3ddeaCopy full SHA for cb3ddea
1 file changed
.github/workflows/build.yml
@@ -96,7 +96,7 @@ jobs:
96
components: clippy
97
target: ${{ matrix.target }}
98
- if: ${{ matrix.os == 'ubuntu-latest' }}
99
- run: sudo apt update -y && sudo apt install -y libcairo-dev libpango1.0-dev libwayland-dev libx11-dev && sudo apt install -y https://launchpad.net/ubuntu/+archive/primary/+files/libfltk1.4-dev_1.4.3-1ubuntu2_amd64.deb
+ run: sudo apt update -y && sudo apt install -y libcairo-dev libpango1.0-dev libwayland-dev libx11-dev && sudo apt install -y "https://launchpad.net/ubuntu/+archive/primary/+files/libfltk1.4-dev_1.4.3-1ubuntu2_amd64.deb"
100
# ibfltk1.4-dev -y
101
- uses: actions-rs/cargo@v1
102
with:
0 commit comments