Skip to content

Commit

Permalink
fix: use openssl 3.0.7 for the conda environment for cvmfs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed Oct 31, 2024
1 parent b5bc25c commit 24a3f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
CVMFS_PROXY_BASE64: ${{ secrets.CVMFS_PROXY_BASE64 }}
run: |
source /usr/share/miniconda3/etc/profile.d/conda.sh
conda create -n CVMFS_deploy ca-policy-lcg openssl=3.0.0 gct
conda create -n CVMFS_deploy ca-policy-lcg openssl=3.0.7 gct
conda activate CVMFS_deploy
echo "$CVMFS_PROXY_BASE64" | base64 --decode > cvmfs.proxy
chmod 600 cvmfs.proxy
Expand Down

0 comments on commit 24a3f63

Please sign in to comment.