mirror of
https://github.com/avast/retdec.git
synced 2024-11-27 06:40:29 +00:00
Use new version of python that is not deprecated
This commit is contained in:
parent
6238ecada5
commit
fc6583fec2
4
.github/workflows/macOS/install-deps.sh
vendored
4
.github/workflows/macOS/install-deps.sh
vendored
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
brew install pkg-config autoconf automake libtool openssl python@3.7
|
||||
brew link --overwrite python@3.7
|
||||
brew install pkg-config autoconf automake libtool openssl python@3.10
|
||||
brew link --overwrite python@3.10
|
||||
|
Loading…
Reference in New Issue
Block a user