Skip to content

Commit

Permalink
[ci] Setting up curb for ubuntu
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
diemol committed Sep 20, 2024
1 parent f8eb7be commit 74d5e6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
with:
java-version: 17
distribution: 'temurin'
- name: Setup curl for Ubuntu
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
- name: Update Documentation
if: needs.determine-language.outputs.language == 'all' || needs.determine-language.outputs.language == 'ruby'
run: ./go rb:docs
Expand Down

0 comments on commit 74d5e6f

Please sign in to comment.