Skip to content

Commit

Permalink
comment out broken job
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Nov 3, 2022
1 parent acf4aaa commit 42d70f0
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .github/workflows/generic-build-and-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,22 @@ jobs:
path: gems
- run: ./script/test-gem-install gems

generic-darwin-install:
needs: ["generic-package"]
runs-on: macos-latest
steps:
- uses: actions/checkout@v3

- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"

- uses: actions/download-artifact@v3
with:
name: generic-gem
path: gems
- run: ./script/test-gem-install gems
# FIXME: does not seem to work
# generic-darwin-install:
# needs: ["generic-package"]
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v3

# - uses: ruby/setup-ruby@v1
# with:
# ruby-version: "3.1"

# - uses: actions/download-artifact@v3
# with:
# name: generic-gem
# path: gems
# - run: ./script/test-gem-install gems

generic-windows-install-ucrt:
needs: ["generic-package"]
Expand Down

0 comments on commit 42d70f0

Please sign in to comment.