Skip to content

Commit

Permalink
Choco-Install was renamed to Install-ChocoPackage in Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
texus committed Dec 2, 2023
1 parent fde78fe commit 1d89e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ jobs:

- name: Install dependencies
run: |
Choco-Install -PackageName doxygen.install
Install-ChocoPackage doxygen.install
mkdir x86
C:\msys64\usr\bin\wget.exe -nv https://github.com/SFML/SFML/releases/download/${env:SFML_VERSION}/SFML-${env:SFML_VERSION}-windows-vc15-32-bit.zip
7z x SFML-${env:SFML_VERSION}-windows-vc15-32-bit.zip -o"x86"
Expand Down

0 comments on commit 1d89e86

Please sign in to comment.