Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit b7911e2

Browse files
Add rust to documentation build job
1 parent 2f755ec commit b7911e2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/website_build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@ jobs:
5252
container:
5353
image: "ghcr.io/naev/naev-docs:latest"
5454
steps:
55+
- name: Configure Rust
56+
uses: actions-rust-lang/setup-rust-toolchain@v1
57+
with:
58+
target: "x86_64-unknown-linux-gnu"
59+
override: true
60+
- name: Install bindgen-cli
61+
uses: baptiste0928/cargo-install@v3
62+
with:
63+
crate: bindgen-cli
64+
git: https://github.com/rust-lang/rust-bindgen.git
65+
commit: 97ab9152b5edb1fda1ced9bc1604f5e4dc9cfaa9
5566
- name: "Checkout `naev.org`"
5667
uses: actions/checkout@v4
5768
with:

0 commit comments

Comments
 (0)