We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3f467 commit 41e6469Copy full SHA for 41e6469
.github/workflows/Documentation.yml
@@ -28,7 +28,7 @@ jobs:
28
key: "Documentation"
29
30
- name: Setup | Install GCC multilib
31
- run: sudo apt-get install gcc-multilib
+ run: sudo apt update && sudo apt install gcc-multilib
32
33
- name: Setup | Rust stable toolchain
34
uses: dtolnay/rust-toolchain@stable
0 commit comments