There was an error while loading. Please reload this page.
2 parents 2a6a3b5 + 3636e52 commit afb6b4aCopy full SHA for afb6b4a
1 file changed
.github/workflows/main.yml
@@ -15,6 +15,8 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v7
18
+ with:
19
+ submodules: 'true'
20
21
- name: Install build dependencies
22
run: sudo apt-get install -y --no-install-recommends openjdk-11-jdk-headless ant git
@@ -72,7 +74,7 @@ jobs:
72
74
run: |
73
75
git clone https://github.com/licel/jcardsim
76
cd jcardsim
- export JC_CLASSIC_HOME=/tmp/jc305u4_kit/
77
+ export JC_CLASSIC_HOME=$(pwd)/../oracle_javacard_sdks/jc305u4_kit/
78
mvn --quiet initialize
79
mvn --quiet clean package -DskipTests=true
80
cd ..
0 commit comments