Skip to content

Commit 41e6469

Browse files
authored
Update documentation workflow to include package list update before installing gcc-multilib (#64)
1 parent 6e3f467 commit 41e6469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
key: "Documentation"
2929

3030
- name: Setup | Install GCC multilib
31-
run: sudo apt-get install gcc-multilib
31+
run: sudo apt update && sudo apt install gcc-multilib
3232

3333
- name: Setup | Rust stable toolchain
3434
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)