Skip to content

Commit

Permalink
update github workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanjakl committed May 10, 2024
1 parent 93bc1a9 commit 9aa2db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Install Dependencies
run: |
apt update
apt install net-tools -y
sudo apt update
sudo apt install net-tools -y
mkdir -p tmp
ls
curl -s https://api.github.com/repos/stripe/stripe-mock/releases/latest | jq -r '.assets[] | select(.name | contains("linux_amd64") and endswith(".tar.gz")) | .browser_download_url' | xargs -I{} sh -c 'echo "Downloading {}" && curl -L {} -o tmp/stripe-mock.tar.gz'
Expand Down

0 comments on commit 9aa2db8

Please sign in to comment.