Skip to content

Commit

Permalink
CI: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer committed Jul 16, 2022
1 parent 89dc11a commit 5299263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Checks:
-performance-no-int-to-ptr,
-readability-else-after-return,
-readability-function-cognitive-complexity,
-readability-identifier-length,
-readability-magic-numbers,
'
HeaderFilterRegex: '.*reproc\+\+.*$'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install (Windows)
if: runner.os == 'Windows'
run: |
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
scoop install ninja llvm --global
if ("${{ matrix.compiler }}" -eq "gcc") {
Expand Down

0 comments on commit 5299263

Please sign in to comment.