Skip to content

Commit

Permalink
Remove unneded debugging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Apr 12, 2020
1 parent 7edb310 commit 4af3a63
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,6 @@ jobs:
Copy-Item -Path C:\rb-readline\lib\readline.rb -Destination $env:n_dir\readline.rb
Copy-Item -Path C:\rb-readline\lib\rbreadline.rb -Destination $env:n_dir\rbreadline.rb
- name: Display environment information
shell: cmd
run: |
echo %PATH%
ruby --version
where ruby
gem --version
where gem
bash --version
where bash
- name: Setup dependencies
shell: bash
run: bin/setup.sh
Expand Down

0 comments on commit 4af3a63

Please sign in to comment.