Skip to content

Commit

Permalink
Fix tar command
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-mccall authored Feb 27, 2024
1 parent 7a5e6aa commit 6508eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y curl graphviz
curl -L https://www.doxygen.nl/files/doxygen-1.10.0.linux.bin.tar.gz | tar xvf -
curl -L https://www.doxygen.nl/files/doxygen-1.10.0.linux.bin.tar.gz | tar xzvf -
# Sets up GitHub Pages.
- name: Setup GitHub Pages
Expand Down

0 comments on commit 6508eb1

Please sign in to comment.