Skip to content

Commit

Permalink
try unc disable
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Jul 23, 2023
1 parent 3b0786b commit ea11372
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: p0deje/[email protected]
- if: matrix.os == 'windows-latest'
run: reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor" /t REG_DWORD /f /v "DisableUNCCheck" /d "1"
- run: echo 'RUBY_VERSION = "${{ matrix.ruby }}"' > ruby_version.bzl
- run: bazel build ...
- run: bazel run lib/gem:add-numbers 2
Expand Down

0 comments on commit ea11372

Please sign in to comment.