Skip to content

Commit 3cc10b8

Browse files
committed
fixed macos install 3. modified workflow.
1 parent d411e74 commit 3cc10b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@master
3131
- name: install pre-reqs and build
32-
run: |
32+
run: |
3333
curl -fsSL https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh -o miniconda.sh
3434
bash miniconda.sh -b -p "$HOME/miniconda"
3535
rm miniconda.sh

0 commit comments

Comments
 (0)