1 parent d411e74 commit 3cc10b8Copy full SHA for 3cc10b8
1 file changed
.github/workflows/cmake.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- uses: actions/checkout@master
31
- name: install pre-reqs and build
32
- run: |
+ run: |
33
curl -fsSL https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh -o miniconda.sh
34
bash miniconda.sh -b -p "$HOME/miniconda"
35
rm miniconda.sh
0 commit comments