Skip to content

Commit ba5564b

Browse files
Firestar99LegNeato
authored andcommitted
ci: remove rustup env vars, causing warnings
1 parent 79acad1 commit ba5564b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
matrix:
2424
os: [ ubuntu-latest, windows-latest, macOS-latest ]
2525
runs-on: ${{ matrix.os }}
26-
env:
27-
RUSTUP_UNPACK_RAM: "26214400"
28-
RUSTUP_IO_THREADS: "1"
2926
steps:
3027
- uses: actions/checkout@v4
3128
- name: Install Vulkan SDK
@@ -84,9 +81,6 @@ jobs:
8481
os: [ ubuntu-latest ]
8582
target: [ aarch64-linux-android ]
8683
runs-on: ${{ matrix.os }}
87-
env:
88-
RUSTUP_UNPACK_RAM: "26214400"
89-
RUSTUP_IO_THREADS: "1"
9084
steps:
9185
- uses: actions/checkout@v4
9286
- name: Install Vulkan SDK

0 commit comments

Comments
 (0)