Skip to content

Commit afb6b4a

Browse files
committed
Merge branch 'javacard-3.0.1' into javacard-3.0.4-without-secure-messaging
2 parents 2a6a3b5 + 3636e52 commit afb6b4a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v7
18+
with:
19+
submodules: 'true'
1820

1921
- name: Install build dependencies
2022
run: sudo apt-get install -y --no-install-recommends openjdk-11-jdk-headless ant git
@@ -72,7 +74,7 @@ jobs:
7274
run: |
7375
git clone https://github.com/licel/jcardsim
7476
cd jcardsim
75-
export JC_CLASSIC_HOME=/tmp/jc305u4_kit/
77+
export JC_CLASSIC_HOME=$(pwd)/../oracle_javacard_sdks/jc305u4_kit/
7678
mvn --quiet initialize
7779
mvn --quiet clean package -DskipTests=true
7880
cd ..

0 commit comments

Comments
 (0)