Skip to content

Commit

Permalink
Remove windows-specific CI step
Browse files Browse the repository at this point in the history
It was part of RuboCop for `internal_investigation`, where it is needed.
But here, `internal_investigation` already was its own job step
  • Loading branch information
Earlopain authored and marcandre committed Dec 28, 2024
1 parent d19f7f4 commit 02b8d0f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ jobs:
- { ruby: truffleruby-head, os: ubuntu }

steps:
- name: windows misc
if: matrix.os == 'windows'
run: |
# set TMPDIR, git core.autocrlf
echo "TMPDIR=$env:RUNNER_TEMP" >> $GITHUB_ENV
git config --system core.autocrlf false
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 02b8d0f

Please sign in to comment.