Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
risemeup1 committed Aug 19, 2024
1 parent d1240ec commit 467a612
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/scripts/download_protobuf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ else
fi

wget $protobuf_url
protobuf_svae_dir="$PWD/installed_protobuf"
mkdir -p $protobuf_svae_dir
tar -zxf $protobuf_tgz_name -C $protobuf_svae_dir
export PATH=$protobuf_svae_dir/bin:${PATH}
protobuf_save_dir="$PWD/installed_protobuf"
mkdir -p $protobuf_save_dir
tar -zxf $protobuf_tgz_name -C $protobuf_save_dir
export PATH=$protobuf_save_dir/bin:${PATH}

0 comments on commit 467a612

Please sign in to comment.