Skip to content

Commit

Permalink
Purusing FCM.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHambley committed Jun 28, 2024
1 parent 6589109 commit 3834fbc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,10 @@ jobs:
pip install -e .
pip install clang==14.0
- name: Fetch FCM
uses: actions/download-artifact@v4
with:
name: 2021.05.0.tar.gz
repository: metomi/fcm

- name: Install FCM
run: |
curl https://github.com/metomi/fcm/archive/refs/tags/2021.05.0.tar.gz
tar -xf 2021.05.0.tar.gz
curl -o fcm-release.tar.gz -s 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
- name: Type check with mypy
Expand Down

0 comments on commit 3834fbc

Please sign in to comment.