Skip to content

Commit

Permalink
Disable locale warning from TruffleRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu authored Jun 20, 2021
1 parent 9ab2922 commit 936b3f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: build

on: [push, pull_request]

env:
TRUFFLERUBYOPT: --experimental-options --warn-locale=false

jobs:
irb:
name: irb (${{ matrix.ruby }} / ${{ matrix.os }})
Expand Down

0 comments on commit 936b3f3

Please sign in to comment.