Skip to content

Commit

Permalink
CI: fix YAML typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Jul 16, 2024
1 parent 7b06cf4 commit 6d3b55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set JRuby ENV vars
run: |
echo "export JRUBY_OPTS=\"-J-Xmx1g -J--add-opens java.base/sun.nio.ch=ALL-UNNAMED -J--add-opens java.base/java.io=ALL-UNNAMED\"" >> $GITHUB_ENV
if: ${{ matrix.os != "windows-latest" }
if: ${{ matrix.os != "windows-latest" }}
- name: Install dependencies
run: bundle install --jobs 1
- name: Run test
Expand Down

0 comments on commit 6d3b55f

Please sign in to comment.