We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb74e41 commit 617a2f8Copy full SHA for 617a2f8
.github/workflows/release-binaries.yml
@@ -67,6 +67,8 @@ jobs:
67
test-runs-on: ${{ steps.vars.outputs.build-runs-on }}
68
69
steps:
70
+ - run: |
71
+ New-Item -Path "c:\actions-runner/llvm-project/llvm-project/build/tools/clang/tools/extra/clang-tidy/misc/ConfusableTable/CMakeFiles/clang-tidy-confusable-chars-gen.dir/C_/actions-runner/llvm-project/llvm-project/llvm" -ItemType Directory
72
# It's good practice to use setup-python, but this is also required on macos-14
73
# due to https://github.com/actions/runner-images/issues/10385
74
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
0 commit comments