Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd85c44 commit b82ffd4Copy full SHA for b82ffd4
1 file changed
.github/workflows/ruby-build.yml
@@ -51,6 +51,11 @@ jobs:
51
run: |
52
brew install gnu-tar
53
echo "/usr/local/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH
54
+ - name: Prepare Windows
55
+ if: runner.os == 'Windows'
56
+ shell: powershell
57
+ run: |
58
+ git config --global core.longpaths true
59
- uses: ./.github/actions/os-version
60
id: os_version
61
- name: Cache entire extractor
0 commit comments