Skip to content

Commit 5299263

Browse files
committed
CI: fixes
1 parent 89dc11a commit 5299263

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.clang-tidy

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Checks:
3434
-performance-no-int-to-ptr,
3535
-readability-else-after-return,
3636
-readability-function-cognitive-complexity,
37+
-readability-identifier-length,
3738
-readability-magic-numbers,
3839
'
3940
HeaderFilterRegex: '.*reproc\+\+.*$'

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install (Windows)
7575
if: runner.os == 'Windows'
7676
run: |
77-
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
77+
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
7878
scoop install ninja llvm --global
7979
8080
if ("${{ matrix.compiler }}" -eq "gcc") {

0 commit comments

Comments
 (0)