Skip to content

Commit

Permalink
Pin OTP to specific version for documentation workflows
Browse files Browse the repository at this point in the history
Building and publishing documentation is failing again, let's try pinning to a
specific OTP version known to be capable of building the documentation.

Signed-off-by: Winford <[email protected]>
  • Loading branch information
UncleGrumpy committed Oct 13, 2024
1 parent d349496 commit c752eae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
# Documentation currently fails to build with OTP-27 and recent OTP-26.
container: erlang:25
container: erlang:26.0.2

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: "25"
otp-version: "26.0.2"
elixir-version: "1.17"
hexpm-mirrors: |
https://builds.hex.pm
Expand Down

0 comments on commit c752eae

Please sign in to comment.