Skip to content

Commit

Permalink
Updated before installing Dependencies (#2042)
Browse files Browse the repository at this point in the history
Co-authored-by: AbdulRehman Faraj <[email protected]>
  • Loading branch information
AbdulR3hman and AbdulRehman Faraj authored Jun 24, 2024
1 parent 5213b33 commit 03c110b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_release_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: install dependencies. note aws is pre-installed and we use a specific action for node.
run: |
sudo apt install -y tar gzip unzip wget less groff vim git python3 python3-pip unixodbc-dev curl jq;
sudo apt update && sudo apt install -y tar gzip unzip wget less groff vim git python3 python3-pip unixodbc-dev curl jq;
pip3 install boto3;
- name: install node and npm
uses: actions/setup-node@v4
Expand Down

0 comments on commit 03c110b

Please sign in to comment.