Skip to content

Commit

Permalink
fix building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander committed Oct 30, 2024
1 parent b272c08 commit ec26c64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
runs-on: [self-hosted, Linux, X64]
container: rust:1-slim
steps:
- name: Install packages
run: apt-get update && apt install -y git protobuf-compiler

- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Install protoc
run: apt-get update && apt-get -y install protobuf-compiler

- name: Build Docs
env:
SQLX_OFFLINE: true
Expand Down

0 comments on commit ec26c64

Please sign in to comment.