Skip to content

Commit 053420f

Browse files
committed
.github: Try my jcardsim fork with fix for tests
licel/jcardsim#174
1 parent a97c907 commit 053420f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/setup-java.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export JC_CLASSIC_HOME=$PWD/oracle_javacard_sdks/jc305u3_kit
2121

2222
# jCardSim
2323
if [ ! -d "jcardsim" ]; then
24-
git clone https://github.com/arekinath/jcardsim.git
24+
git clone https://github.com/Jakuje/jcardsim.git
2525
fi
2626
pushd jcardsim
2727
env | grep -i openjdk

0 commit comments

Comments
 (0)