Skip to content

Commit

Permalink
install git lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Fehrs committed Nov 29, 2023
1 parent 5055886 commit 74ac0ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,10 @@ jobs:
with:
cmake-version: '3.27.9'
- name: Cargo Check
run: sudo apt-get install libclang-dev -y
run: |
sudo apt-get install libclang-dev -y
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
sudo apt-get install git-lfs
- name: Setup environment
uses: ./.github/actions/setup-env
- name: Pull LFS assets
Expand Down

0 comments on commit 74ac0ad

Please sign in to comment.