Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
medjedovicm committed Apr 15, 2024
1 parent 795c6ea commit 8bf16ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Doxygen
run: |
git clone https://github.com/sasjs/doxygen-installer.git
.\doxygen-installer\install.bat
.\doxygen-installer\install.bat -NonInteractive
- name: Add doxygen to path
run: echo "C:\Program Files\doxygen\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
Expand Down

0 comments on commit 8bf16ce

Please sign in to comment.