Skip to content

Commit

Permalink
change to ruby 2.6, since appveyor's being weird
Browse files Browse the repository at this point in the history
2.7 is only on the VS2019 env, but appveyor
is not letting me change to that env.
  • Loading branch information
gbirchmeier committed Jul 21, 2020
1 parent a00320d commit 168e9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 1.0.{build}

install:
- dir C:\
- set PATH=C:\Ruby27-x64\bin;%PATH%
- set PATH=C:\Ruby26-x64\bin;%PATH%
- ruby -v
- ps: |
ruby -v
Expand Down

0 comments on commit 168e9b5

Please sign in to comment.