Skip to content

Commit a25fdaf

Browse files
Really?
1 parent d117d0c commit a25fdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
brew install nasm pkg-config pyenv
5656
pyenv install 3.10
5757
pyenv global 3.10
58-
cat 'eval "$(pyenv init -)"' >> ~/.bashrc
58+
echo 'eval "$(pyenv init -)"' >> ~/.bashrc
5959
if: ${{ runner.os == 'macOS'}}
6060

6161
- name: npm install

0 commit comments

Comments
 (0)