aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 9546da0c57..39645aee5d 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -31,8 +31,10 @@ jobs:
dependencies: openssl readline zlib
- name: Install libraries with chocolatey
run: choco install winflexbison3
- - name: Checkout # not using actions/checkout because it's unstable.
- run: git clone --depth=50 https://github.com/ruby/ruby .
+ - name: Checkout
+ uses: actions/checkout@master
+ with:
+ fetch-depth: 50
- name: configure
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.vs }}\Enterprise\VC\Auxiliary\Build\vcvars64.bat"