Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mchack-work committed Jun 20, 2023
1 parent f41d812 commit 5ab7824
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,6 @@ jobs:
cd tkey-libs
make
- name: Clone signer
uses: actions/checkout@v3
with:
repository: tillitis/tkey-device-signer
ref: main
path: tkey-device-signer

- name: make signer
run: make -j -C tkey-device-signer LIBDIR=../tkey-libs

- name: Copy signer
run: cp tkey-device-signer/signer/app.bin cmd/tkey-ssh-agent/app.bin

- name: make
run: make -j LIBDIR=../tkey-libs

Expand Down

0 comments on commit 5ab7824

Please sign in to comment.