We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79acad1 commit ba5564bCopy full SHA for ba5564b
1 file changed
.github/workflows/ci.yaml
@@ -23,9 +23,6 @@ jobs:
23
matrix:
24
os: [ ubuntu-latest, windows-latest, macOS-latest ]
25
runs-on: ${{ matrix.os }}
26
- env:
27
- RUSTUP_UNPACK_RAM: "26214400"
28
- RUSTUP_IO_THREADS: "1"
29
steps:
30
- uses: actions/checkout@v4
31
- name: Install Vulkan SDK
@@ -84,9 +81,6 @@ jobs:
84
81
os: [ ubuntu-latest ]
85
82
target: [ aarch64-linux-android ]
86
83
87
88
89
90
91
92
0 commit comments