Skip to content

Commit

Permalink
Update random.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
suryaoruganti authored Apr 12, 2024
1 parent f443973 commit c5cae7c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/random.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:

steps:
- name: Install aws
run: sleep 10s && sudo apt-get update && sudo apt-get install -y awscli
run: |
sleep 10s
echo SHARD INDEX ${{ matrix.shardIndex }}
sudo apt-get update
sudo apt-get install -y awscli
# - uses: actions/checkout@v3
# with:
# submodules: recursive
Expand Down

0 comments on commit c5cae7c

Please sign in to comment.