ci: remove --profile minimal flag from rustup install in build workflow

This commit is contained in:
2024-11-30 20:25:18 +00:00
parent 9967ea9a6c
commit ca71cc5177
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
steps:
- run: apt update
- run: apt install build-essential valgrind make curl -y
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile minimal --default-toolchain nightly -y
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly -y
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository