Skip to content

Commit 3636e52

Browse files
committed
github/workflows: fix jcardsim SDK path
1 parent f65ea67 commit 3636e52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
git clone https://github.com/licel/jcardsim
7676
cd jcardsim
77-
export JC_CLASSIC_HOME=/tmp/jc305u4_kit/
77+
export JC_CLASSIC_HOME=$(pwd)/../oracle_javacard_sdks/jc305u4_kit/
7878
mvn --quiet initialize
7979
mvn --quiet clean package -DskipTests=true
8080
cd ..

0 commit comments

Comments
 (0)