Skip to content

Commit 868c4e7

Browse files
authored
ci: fix jans setup version (#2317)
ci: fix version
1 parent ed31eea commit 868c4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
id: run_build
115115
run: |
116116
cd flex/
117-
sudo python${{ matrix.python_version }} flex_setup.py --jans-branch="main" --jans-setup-branch="main" -download-exit -yes --keep-downloads --keep-setup -force-download
117+
sudo python${{ matrix.python_version }} flex_setup.py --jans-branch="v1.12.0" --jans-setup-branch="v1.12.0" -download-exit -yes --keep-downloads --keep-setup -force-download
118118
cp -r /opt/dist flex-src/opt/
119119
cp -r /opt/jans flex-src/opt/
120120
touch flex-src/opt/jans/jans-setup/package

0 commit comments

Comments
 (0)