Skip to content

Commit 7519e71

Browse files
committed
ci: remove rustup env vars, messing with cache hashing
1 parent def4546 commit 7519e71

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
@@ -88,9 +85,6 @@ jobs:
8885
os: [ ubuntu-latest ]
8986
target: [ aarch64-linux-android ]
9087
runs-on: ${{ matrix.os }}
91-
env:
92-
RUSTUP_UNPACK_RAM: "26214400"
93-
RUSTUP_IO_THREADS: "1"
9488
steps:
9589
- uses: actions/checkout@v4
9690
- name: Install Vulkan SDK

0 commit comments

Comments
 (0)