Skip to content

Commit

Permalink
checkout first
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed Mar 13, 2024
1 parent cf3c418 commit 9088f9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
contents: write

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Get next version
uses: reecetech/[email protected]
id: version
with:
use_api: true

- name: Checkout code
uses: actions/checkout@v4

- name: Build
run: |
docker run --rm -v $PWD:/app -w /app ghcr.io/panda-re/embedded-toolchains_rust:latest /app/package.sh
Expand Down

0 comments on commit 9088f9c

Please sign in to comment.