Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Oct 7, 2022
1 parent ab9b61b commit eba0676
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gem-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
name: cruby-gem
path: gems
- run: ./scripts/test-gem-install gems --${{matrix.sys}}-system-libraries
shell: bash

cruby-windows-install-ucrt:
needs: ["cruby-package"]
Expand All @@ -136,6 +137,7 @@ jobs:
name: cruby-gem
path: gems
- run: ./scripts/test-gem-install gems --${{matrix.sys}}-system-libraries
shell: bash

cruby-native-package:
needs: ["rcd_image_version"]
Expand Down Expand Up @@ -311,6 +313,7 @@ jobs:
name: cruby-x64-mingw32-gem
path: gems
- run: ./scripts/test-gem-install gems
shell: bash

cruby-x64-mingw-ucrt-install:
needs: ["cruby-native-package"]
Expand All @@ -328,6 +331,7 @@ jobs:
name: cruby-x64-mingw-ucrt-gem
path: gems
- run: ./scripts/test-gem-install gems
shell: bash

jruby-package:
needs: ["rcd_image_version"]
Expand Down

0 comments on commit eba0676

Please sign in to comment.