Skip to content

Commit ef215d4

Browse files
authored
Merge pull request #9969 from oech3/patch-3
GnuTests.yml: Drop git from VM
2 parents cc389e5 + 2cf3f32 commit ef215d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/GnuTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
- name: Install dependencies in VM
246246
run: |
247247
lima sudo dnf -y update
248-
lima sudo dnf -y install git autoconf bison gperf gcc gdb jq libacl-devel libattr-devel libcap-devel libselinux-devel attr rustup clang-devel automake patch quilt
248+
lima sudo dnf -y install autoconf bison gperf gcc gdb jq libacl-devel libattr-devel libcap-devel libselinux-devel attr rustup clang-devel automake patch quilt
249249
lima rustup-init -y --default-toolchain stable
250250
- name: Copy the sources to VM
251251
run: |

0 commit comments

Comments
 (0)