Skip to content

Commit 3155b76

Browse files
committed
Added ~\scoop\shims to PATH
1 parent 54ddf58 commit 3155b76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
- name: Install libraries with scoop
7979
run: |
8080
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
81+
Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
8182
scoop install winflexbison
8283
shell: pwsh
8384
- name: git config

0 commit comments

Comments
 (0)