Skip to content

Commit

Permalink
CURL to follow redirects.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHambley committed Jun 28, 2024
1 parent 3834fbc commit fb0af5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Install FCM
run: |
curl -o fcm-release.tar.gz -s https://github.com/metomi/fcm/archive/refs/tags/2021.05.0.tar.gz
curl -o fcm-release.tar.gz -s -L https://github.com/metomi/fcm/archive/refs/tags/2021.05.0.tar.gz
tar -xf fcm-release.tar.gz
echo $HOME/2021.05.0/bin >> $GITHUB_PATH
echo $HOME/fcm-2021.05.0/bin >> $GITHUB_PATH
- name: Type check with mypy
run: |
Expand Down

0 comments on commit fb0af5f

Please sign in to comment.