mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
fix: install rust for FreeBSD docs lane
This commit is contained in:
parent
8e44e13c7b
commit
076ff3468c
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -153,7 +153,7 @@ jobs:
|
||||
uses: vmactions/freebsd-vm@77ed28d336d03fe19a3f4f7266c1d2c4714dd79d # v1.5.2
|
||||
with:
|
||||
usesh: true
|
||||
prepare: pkg install -y uv
|
||||
prepare: pkg install -y uv rust
|
||||
run: |
|
||||
abxpkg_version="$(uv run --no-project python -c 'import tomllib; dependencies = tomllib.load(open("pyproject.toml", "rb"))["project"]["dependencies"]; print(next(dependency.split("==", 1)[1] for dependency in dependencies if dependency.startswith("abxpkg==")))')"
|
||||
export ABXPKG_LIB_DIR="/tmp/archivebox-docs-lib"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user