@@ -13,7 +13,7 @@ jobs:
|
||||
- name: Install packages
|
||||
env:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
run: apt-get update -qq && apt-get install -qq -y git-lfs rsync
|
||||
run: apt-get update -qq && apt-get install -qq -y git-lfs rsync > /dev/null
|
||||
|
||||
- name: Checkout with LFS
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user