Skip to content

Commit

Permalink
Fixes package download error
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Apr 24, 2024
1 parent 623877c commit e97af28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_package_properties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
token: ${{ secrets.GH_TOKEN }}
- name: Install dependencies
run: sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
run: sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources

- name: Clone tools branch
run: git clone -b v0.8.26 --depth=1 https://github.com/citusdata/tools.git tools
Expand Down

0 comments on commit e97af28

Please sign in to comment.