Skip to content

Commit

Permalink
update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
RRosio committed Aug 10, 2023
1 parent dd5128a commit 1e19ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
sudo mv /usr/local/* /opt/homebrew/
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" --prefix=/opt/homebrew
ls -a /opt/homebrew
$DIR=/opt/homebrew/bin/python3.11; [ -d "$DIR" ] && echo "$DIR directory exists."
DIR="/opt/homebrew/bin/python3.11"; [ -d "$DIR" ] && echo '$DIR directory exists.''
brew update
brew install python@3.11
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 1e19ec9

Please sign in to comment.