Skip to content

Commit

Permalink
curl follow redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
purehyperbole committed Jun 20, 2023
1 parent 2c633e9 commit fd99e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
apt-get update
apt-get -y install curl
curl https://github.com/joinself/self-omemo/releases/download/0.4.0/self-omemo_0.4.0_amd64.deb -o self-omemo_0.4.0_amd64.deb
curl https://github.com/joinself/self-omemo/releases/download/0.4.0/self-omemo_0.4.0_amd64.deb -Lo self-omemo_0.4.0_amd64.deb
dpkg -i ./self-omemo_0.4.0_amd64.deb
- name: Install dependencies
Expand Down

0 comments on commit fd99e40

Please sign in to comment.