Skip to content

Commit bea0eaf

Browse files
author
Alan Wisper
committed
chore: Fix git-lfs repo
Signed-off-by: Alan Wisper <[email protected]>
1 parent 97de953 commit bea0eaf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/job.native-compile-image.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,14 @@ jobs:
230230
restore-keys: |
231231
elide-v3-build-${{ hashFiles('gradle/elide.versions.toml') }}
232232
elide-v3-
233+
- name: "Fix git-lfs repo (questing)"
234+
if: contains(inputs.runner, 'ubuntu') || contains(inputs.runner, 'linux')
235+
run: |
236+
sudo rm -f /etc/apt/sources.list.d/github_git-lfs.list /etc/apt/sources.list.d/git-lfs.list 2>/dev/null || true
237+
sudo apt-get update
233238
- name: "Setup: Packages"
234239
if: contains(inputs.runner, 'ubuntu') || contains(inputs.runner, 'linux')
235-
run: sudo apt-get update && sudo apt-get install -y build-essential libssl-dev libtool libtool-bin
240+
run: sudo apt-get install -y build-essential libssl-dev libtool libtool-bin
236241
- name: "Setup: Rust"
237242
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
238243
with:

0 commit comments

Comments
 (0)