We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ddf58 commit 3155b76Copy full SHA for 3155b76
1 file changed
.github/workflows/windows.yml
@@ -78,6 +78,7 @@ jobs:
78
- name: Install libraries with scoop
79
run: |
80
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
81
+ Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
82
scoop install winflexbison
83
shell: pwsh
84
- name: git config
0 commit comments