diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 50418a7aa7..77b93bdb4e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -78,6 +78,7 @@ jobs: - name: Install libraries with scoop run: | iex "& {$(irm get.scoop.sh)} -RunAsAdmin" + Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH scoop install winflexbison shell: pwsh - name: git config