Skip to content

Commit

Permalink
I'm just a test
Browse files Browse the repository at this point in the history
  • Loading branch information
berryd committed Jan 5, 2024
1 parent 71fc002 commit 13d20ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ jobs:
- name: install-aws-cli
run: |
curl -o awscli.tar.gz https://awscli.amazonaws.com/awscli.tar.gz
$ tar -xzf awscli.tar.gz
tar -xzf awscli.tar.gz
cd awscli-*
ls -alh
echo $(ls -alh)
./configure --prefix=$HOME/.local
- name: Verify installation
run: aws --version
Expand Down

0 comments on commit 13d20ce

Please sign in to comment.