Skip to content

Commit

Permalink
s/ruby//
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Dec 12, 2024
1 parent 7bb9334 commit a33e8e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ jobs:
run: |
docker pull "heroku/builder:24"
docker pull "heroku/heroku:24"
- name: Clone ruby getting started guide
- name: Clone getting started guide
uses: actions/checkout@v4
with:
repository: ${{ matrix.guide }}
path: tmp/guide
- name: Install libcnb-cargo for `cargo libcnb package` command
run: cargo install libcnb-cargo
- name: Compile ruby buildpack
- name: Compile buildpack
run: cargo libcnb package --target ${{ matrix.target }}
- name: "PRINT: Getting started guide output"
run: |
Expand Down

0 comments on commit a33e8e8

Please sign in to comment.