Skip to content

Commit

Permalink
fix(doc): add mako installation into doc building workflow (#95)
Browse files Browse the repository at this point in the history
* Update doc.yml

* Move mako install step back to dependency installation
  • Loading branch information
dklassic authored Jul 30, 2024
1 parent 4b0ae59 commit 89968ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
- name: Install dependencies
run: |
scoop install git python llvm cmake curl
python -m pip install mako
- name: Run sccache-cache
uses: Mozilla-Actions/[email protected]
Expand All @@ -147,7 +148,6 @@ jobs:

- name: Build
run: |
python -m pip install mako
cargo build --release
# - name: Test
Expand Down Expand Up @@ -195,13 +195,13 @@ jobs:
- name: Install dependencies
run: |
brew install cmake pkg-config
python -m pip install mako
- name: Run sccache-cache
uses: Mozilla-Actions/[email protected]

- name: Build
run: |
python -m pip install mako
cargo build --release
# - name: Test
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
libgstrtspserver-1.0-dev gstreamer1.0-tools libges-1.0-dev \
libharfbuzz-dev liblzma-dev libunwind-dev libunwind-dev libvulkan1 \
libx11-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev \
libxmu-dev libxmu6 libegl1-mesa-dev llvm-dev m4 xorg-dev sway
libxmu-dev libxmu6 libegl1-mesa-dev llvm-dev m4 xorg-dev sway \
python3-mako
- name: Run sccache-cache
uses: Mozilla-Actions/[email protected]
Expand Down

0 comments on commit 89968ba

Please sign in to comment.