Skip to content

Commit

Permalink
Add GCC multilib installation step to documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlixANNERAUD committed Dec 26, 2024
1 parent 3e979d7 commit 64adee0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
with:
key: "Documentation"

- name: Setup | Install GCC multilib
run: sudo apt-get install gcc-multilib

- name: Setup | Rust stable toolchain
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit 64adee0

Please sign in to comment.