Skip to content

Commit

Permalink
Merge pull request #52 from Xila-Project/Continuous_integration
Browse files Browse the repository at this point in the history
Add GCC multilib installation step to documentation workflow
  • Loading branch information
AlixANNERAUD authored Dec 26, 2024
2 parents 3e979d7 + 64adee0 commit c09e7a9
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 c09e7a9

Please sign in to comment.