Skip to content

Commit

Permalink
windows troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Avery committed Aug 6, 2024
1 parent 1cb6771 commit 5e8f558
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@ jobs:
toolchain: stable
targets: ${{ matrix.settings.target }}

- name: Clang version
run: clang -v

- name: Upgrade LLVM
run: choco upgrade llvm

- name: Clang version
run: clang -v

- name: Cache cargo registry
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
with:
Expand Down

0 comments on commit 5e8f558

Please sign in to comment.