Skip to content

Commit

Permalink
chore: fix apt acceptance test failure (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
kridai authored Mar 10, 2022
1 parent 2ffdb75 commit de74ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
.github/scripts/cmds-to-test.sh
- name: APT downgrade twilio package
run: |
sudo apt-get install -y twilio=3.1.0-1
sudo apt-get install -y twilio=3.1.0-1 --allow-downgrades
twilio --version
.github/scripts/cmds-to-test.sh
Expand Down

0 comments on commit de74ae3

Please sign in to comment.