Skip to content

Commit

Permalink
Try to get FCM artefact.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHambley committed Jun 28, 2024
1 parent f719038 commit 6589109
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ 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
Expand Down

0 comments on commit 6589109

Please sign in to comment.