We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5987151 commit a4e18afCopy full SHA for a4e18af
.github/workflows/freecad_bundle.yml
@@ -63,13 +63,11 @@ jobs:
63
- if: matrix.os != 'windows-latest'
64
name: install conda dependencies for unix
65
run: |
66
- mamba env config vars set MAMBA_NO_BANNER=1
67
mamba install p7zip sed curl -y -c conda-forge;
68
69
- if: matrix.os == 'windows-latest'
70
name: install conda dependencies for windows
71
72
73
mamba install curl -y -c conda-forge;
74
75
0 commit comments