Skip to content

Commit

Permalink
Update build-docs.yml
Browse files Browse the repository at this point in the history
Update apt repositories before installing deps
  • Loading branch information
baderouaich authored Feb 24, 2024
1 parent 068e8fb commit df6bd37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v2


- name: Update apt repositories
run: sudo apt update

- name: Install Doxygen & CMake & ninja
run: |
sudo apt install doxygen cmake ninja-build
Expand Down

0 comments on commit df6bd37

Please sign in to comment.