Skip to content

Commit

Permalink
Use tags for tkey-lib and tkey-device-signer
Browse files Browse the repository at this point in the history
  • Loading branch information
mchack-work committed Jun 22, 2023
1 parent 0ac5013 commit cddefd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/sh

git clone https://github.com/tillitis/tkey-libs.git ../tkey-libs
git clone https://github.com/tillitis/tkey-device-signer.git ../tkey-device-signer
git clone -b v0.0.1 https://github.com/tillitis/tkey-libs.git ../tkey-libs
git clone -b v0.0.7 https://github.com/tillitis/tkey-device-signer.git ../tkey-device-signer

make -j -C ../tkey-libs
make -j -C ../tkey-device-signer
Expand Down

0 comments on commit cddefd6

Please sign in to comment.