Skip to content

Commit

Permalink
kb-sdk patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Dec 17, 2024
1 parent ffd85d0 commit 19316a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# setup kb-sdk
mkdir -p $(pwd)/bin
docker run kbase/kb-sdk genscript > $(pwd)/bin/kb-sdk
docker run ghcr.io/kbase/kb_sdk_patch-develop:br-0.0.4 genscript > $(pwd)/bin/kb-sdk
chmod 755 $(pwd)/bin/kb-sdk
export PATH=$(pwd)/bin:$PATH
Expand Down

0 comments on commit 19316a8

Please sign in to comment.