Skip to content

Commit f5f023d

Browse files
committed
build: add scoop paths
1 parent a17e89b commit f5f023d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ jobs:
155155
run: |
156156
irm get.scoop.sh | iex
157157
scoop install ninja llvm
158+
Add-Content $env:GITHUB_PATH "$HOME\scoop\apps\llvm\current\bin"
159+
Add-Content $env:GITHUB_PATH "$HOME\scoop\shims"
158160
159161
- name: Build
160162
id: cmake_build

0 commit comments

Comments
 (0)