Skip to content

Commit

Permalink
Add checkout action to plan and build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Oct 13, 2024
1 parent 02b0534 commit 6261570
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
native-distributions: ${{ steps.plan.outputs.native_distributions }}
version: ${{ steps.version.outputs.version }}
steps:
- uses: actions/checkout@v4
- id: plan_docker
run: |
docker_distributions=$(cargo metadata --format-version=1 | jq -c '.metadata.distributions | map(select(.docker != false))')
Expand Down Expand Up @@ -70,6 +71,7 @@ jobs:
attestations: write
id-token: write
steps:
- uses: actions/checkout@v4
- name: Prepare
run: |
platform=${{ matrix.docker }}
Expand Down

0 comments on commit 6261570

Please sign in to comment.