summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-29 17:32:42 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-29 18:36:17 +0900
commit3155b76eb4d8a689207270e859fb2c0a6e17465a (patch)
tree7e1eb1026e1046361cf88d6343861c92cb0ddc23 /.github
parent54ddf58a29e7484327d1559b2fd621e8f97e390e (diff)
downloadruby-3155b76eb4d8a689207270e859fb2c0a6e17465a.tar.gz
Added ~\scoop\shims to PATH
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml1
1 files changed, 1 insertions, 0 deletions
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