We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b078aa commit c145f87Copy full SHA for c145f87
ci/build-release.sh
@@ -7,7 +7,7 @@ if [ -f "${HOME}/.cargo/env" ]; then
7
fi;
8
9
if [ ! -d venv ]; then
10
- virtualenv venv
+ python3 -m venv
11
pip install cargo-lambda zig
12
13
0 commit comments