We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a95293 commit 902d44bCopy full SHA for 902d44b
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
fetch-depth: 500
16
- uses: rust-lang/crates-io-auth-action@v1
17
id: auth
18
- - run: sudo apt-get -y install libfontconfig1-dev # required to compile mupdf
+ - run: sudo apt-get update --fix-missing && sudo apt-get -y install libfontconfig1-dev # required to compile mupdf
19
- run: cargo publish -p mupdf-sys
20
env:
21
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
0 commit comments