Skip to content

Commit 361ddec

Browse files
authored
Merge pull request #9977 from cakebaker/ci_gnutests_yml_minimal_profile
GnuTests.yml: use minimal Rust profile in VM
2 parents 971b5d8 + 7309cce commit 361ddec

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
@@ -246,7 +246,7 @@ jobs:
246246
run: |
247247
lima sudo dnf -y update
248248
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
249-
lima rustup-init -y --default-toolchain stable
249+
lima rustup-init -y --profile=minimal --default-toolchain stable
250250
- name: Copy the sources to VM
251251
run: |
252252
rsync -a -e ssh . lima-default:~/work/

0 commit comments

Comments
 (0)