Skip to content

Commit

Permalink
fix: macos installation
Browse files Browse the repository at this point in the history
  • Loading branch information
abdellatif-temsamani committed Nov 7, 2023
1 parent d7a7d02 commit bc3fd2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Rust
---
name: Test run

on:
pull_request:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Rust
---
name: Test build

on:
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions install_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ mkdir -p "$HOME/Library/Application Support/cmake-init/templates"


# copying files
cp ./target/release/cmake-init ~/.local/bin/
cp -r ./templates ~/.local/share/cmake-init/
cp ./target/release/cmake-init "$HOME/.local/bin/"
cp -r ./templates "$HOME/Library/Application Support/cmake-init/"

echo "export PATH=$PATH:~/.local/bin" >> ~/.bashrc

Expand Down

0 comments on commit bc3fd2b

Please sign in to comment.