Skip to content

Commit

Permalink
.github: Try my jcardsim fork with fix for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakuje committed Sep 1, 2021
1 parent c12a8e9 commit b6a1798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/setup-java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export JC_CLASSIC_HOME=$PWD/oracle_javacard_sdks/jc305u3_kit

# jCardSim
if [ ! -d "jcardsim" ]; then
git clone https://github.com/arekinath/jcardsim.git
git clone https://github.com/Jakuje/jcardsim.git
fi
pushd jcardsim
env | grep -i openjdk
Expand Down

0 comments on commit b6a1798

Please sign in to comment.