Skip to content

Commit

Permalink
Fix clang-format action
Browse files Browse the repository at this point in the history
  • Loading branch information
wopss committed Jun 9, 2024
1 parent a350027 commit f06bef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:

- name: Pin to a specific version
run: |
$latestChocoVersion = (Get-LatestChocoPackageVersion -TargetVersion $env:LLVM_VERSION -PackageName "llvm")
Choco-Install -PackageName llvm -ArgumentList '--allow-downgrade', '--version', $latestChocoVersion
$latestChocoVersion = (Resolve-ChocoPackageVersion -TargetVersion $env:LLVM_VERSION -PackageName "llvm")
Install-ChocoPackage -PackageName llvm -ArgumentList '--allow-downgrade', '--version', $latestChocoVersion
- name: Run clang-format
env:
Expand Down

0 comments on commit f06bef8

Please sign in to comment.