Skip to content

Commit 39e3295

Browse files
CHG: fix workflow
1 parent 7096b28 commit 39e3295

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444

4545
steps:
4646
- name: Install GIT LFS
47-
run: apt-get install -y git-lfs
47+
run: |
48+
apt-get update
49+
apt-get install -y git-lfs
4850
- uses: actions/checkout@v3.0.2
4951
with:
5052
lfs: true

0 commit comments

Comments
 (0)