Skip to content

Commit 0a00511

Browse files
committed
Try new namespace builder
1 parent 3e2df8c commit 0a00511

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ jobs:
296296
github.repository_owner == 'zed-industries' &&
297297
needs.job_spec.outputs.run_tests == 'true'
298298
runs-on:
299-
- namespace-profile-16x32-ubuntu-2204
299+
- namespace-profile-ubuntu22-x86-16x32-custom
300300
steps:
301301
- name: Add Rust to the PATH
302302
run: echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
@@ -312,9 +312,6 @@ jobs:
312312
save-if: ${{ github.ref == 'refs/heads/main' }}
313313
# cache-provider: "buildjet"
314314

315-
- name: Install Linux dependencies
316-
run: ./script/linux
317-
318315
- name: Configure CI
319316
run: |
320317
mkdir -p ./../.cargo

0 commit comments

Comments
 (0)