Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanfer committed Jun 27, 2024
1 parent a21d53d commit e261ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: llvm/actions/install-ninja@main

- name: Install llvm 17
if: ${{ matrix.toolset_name == "Ninja" }}
if: matrix.toolset_name == 'Ninja'
run: choco install llvm --version 17.0.6 --allow-downgrade -y

- uses: actions/checkout@v2
Expand Down

0 comments on commit e261ab3

Please sign in to comment.