Skip to content

Commit

Permalink
Avoiding short circuit in mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi committed May 10, 2024
1 parent 4519c81 commit 85f3cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_python_deps_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Download and Untar File - Unix
if: matrix.os != 'windows-latest'
run: |
mkdir /tmp && cd /tmp
cd /tmp
wget -O grpcio-1.63.0.tar.gz https://files.pythonhosted.org/packages/0c/2a/23943e19b4bbbdad60a9d881e44cd53bb48b31c7419ebb7b983edfbbb708/grpcio-1.63.0.tar.gz
tar xzf grpcio-1.63.0.tar.gz
echo $PWD
Expand Down

0 comments on commit 85f3cf8

Please sign in to comment.