Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
build: checkout version that triggered build
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Feb 5, 2020
1 parent d121581 commit 9763296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
cargo
cd ${GITHUB_WORKSPACE}
git clone https://github.com/${GITHUB_REPOSITORY}
git checkout ${GITHUB_SHA}
cd cat-tracker-fw
west init -l
west update
Expand Down

0 comments on commit 9763296

Please sign in to comment.