We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3658c8d commit 3179a78Copy full SHA for 3179a78
.github/workflows/feedback-worker.yml
@@ -30,11 +30,13 @@ jobs:
30
31
- name: Install git-lfs
32
run: |
33
- apt update
34
- apt upgrade
35
- apt install git-lfs
+ sudo apt-get update
+ sudo apt-get upgrade -y
+ sudo apt-get install -y git-lfs
36
git lfs install
37
- apt clean
+ sudo apt-get clean
38
+ sudo rm -rf /var/lib/apt/lists/*
39
+
40
- name: Set up Python
41
uses: actions/setup-python@v5
42
with:
0 commit comments